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/04/27 16:19:09 UTC

svn commit: r533114 - /incubator/tuscany/java/cts/sdo2.1/src/main/java/test/sdo21/tests/xsd/XSDComplexTypeTest.java

Author: kelvingoodson
Date: Fri Apr 27 07:19:08 2007
New Revision: 533114

URL: http://svn.apache.org/viewvc?view=rev&rev=533114
Log:
reintroducing tests using base64binary as discussed in TUSCANY-1223 as spec group have discussed the issue and have decided that the issue should be fixed by putting annotations on the property

Modified:
    incubator/tuscany/java/cts/sdo2.1/src/main/java/test/sdo21/tests/xsd/XSDComplexTypeTest.java

Modified: incubator/tuscany/java/cts/sdo2.1/src/main/java/test/sdo21/tests/xsd/XSDComplexTypeTest.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/java/test/sdo21/tests/xsd/XSDComplexTypeTest.java?view=diff&rev=533114&r1=533113&r2=533114
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/java/test/sdo21/tests/xsd/XSDComplexTypeTest.java (original)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/java/test/sdo21/tests/xsd/XSDComplexTypeTest.java Fri Apr 27 07:19:08 2007
@@ -634,8 +634,7 @@
     assertPropertyExists(type, "type_unsignedShort", "Int", false, false);
     assertPropertyExists(type, "type_anyType", "DataObject", true, false);
     assertPropertyExists(type, "type_anyURI", "URI", false, false);
-    //    assertion removed pending resolution of spec issue SDO-128
-    //    assertPropertyExists(type, "type_base64Binary", "Bytes", false, false);
+    assertPropertyExists(type, "type_base64Binary", "Bytes", false, false);
     assertPropertyExists(type, "type_byte", "Byte", false, false);
     assertPropertyExists(type, "type_ENTITY", "String", false, false);
     assertPropertyExists(type, "type_hexBinary", "Bytes", false, false);
@@ -689,8 +688,7 @@
     assertPropertyExists(type, "type_unsignedLong", "Integer", false, false);
     assertPropertyExists(type, "type_unsignedShort", "Int", false, false);
     assertPropertyExists(type, "type_anyURI", "URI", false, false);
-    //    assertion removed pending resolution of spec issue SDO-128
-    //    assertPropertyExists(type, "type_base64Binary", "Bytes", false, false);
+    assertPropertyExists(type, "type_base64Binary", "Bytes", false, false);
     assertPropertyExists(type, "type_byte", "Byte", false, false);
     assertPropertyExists(type, "type_ENTITIES", "Strings", false, false);
     assertPropertyExists(type, "type_ENTITY", "String", false, false);



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