2006/unicorn/org/w3c/unicorn/tests XMLBeansTest.java,1.3,1.4

Update of /sources/public/2006/unicorn/org/w3c/unicorn/tests
In directory hutz:/tmp/cvs-serv25237/org/w3c/unicorn/tests

Modified Files:
	XMLBeansTest.java 
Log Message:
New test for XMLBeans

Index: XMLBeansTest.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/tests/XMLBeansTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- XMLBeansTest.java	10 Jul 2008 14:53:46 -0000	1.3
+++ XMLBeansTest.java	29 Aug 2008 12:19:09 -0000	1.4
@@ -28,10 +28,8 @@
 		try {
 			ObsDoc = ObservationresponseDocument.Factory.parse(url.openStream());
 		} catch (XmlException e) {
-			// TODO Auto-generated catch block
 			e.printStackTrace();
 		} catch (IOException e) {
-			// TODO Auto-generated catch block
 			e.printStackTrace();
 		} 
 

Received on Friday, 29 August 2008 12:19:45 UTC