You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2007/09/05 18:31:22 UTC

svn commit: r572989 - /incubator/tuscany/java/sdo/toolsTest/src/test/java/org/apache/tuscany/sdo/test/MixedTypesTestCase.java

Author: kelvingoodson
Date: Wed Sep  5 09:31:21 2007
New Revision: 572989

URL: http://svn.apache.org/viewvc?rev=572989&view=rev
Log:
Fix case of file name to avoid linux failure

Modified:
    incubator/tuscany/java/sdo/toolsTest/src/test/java/org/apache/tuscany/sdo/test/MixedTypesTestCase.java

Modified: incubator/tuscany/java/sdo/toolsTest/src/test/java/org/apache/tuscany/sdo/test/MixedTypesTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/toolsTest/src/test/java/org/apache/tuscany/sdo/test/MixedTypesTestCase.java?rev=572989&r1=572988&r2=572989&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/toolsTest/src/test/java/org/apache/tuscany/sdo/test/MixedTypesTestCase.java (original)
+++ incubator/tuscany/java/sdo/toolsTest/src/test/java/org/apache/tuscany/sdo/test/MixedTypesTestCase.java Wed Sep  5 09:31:21 2007
@@ -36,7 +36,7 @@
 public class MixedTypesTestCase extends TestCase {
 
 	private final String[] MODELS = new String[] {
-			"/mixedtypesDynamic.xsd"
+			"/mixedTypesDynamic.xsd"
 	};
 
     private final String NS_DYNAMIC = "http://www.example.com/mixedtypes/dynamictypes";



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org