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/02/15 16:02:11 UTC

svn commit: r507948 - /incubator/tuscany/java/sdo/impl/src/test/resources/simple2.xsd

Author: kelvingoodson
Date: Thu Feb 15 07:02:10 2007
New Revision: 507948

URL: http://svn.apache.org/viewvc?view=rev&rev=507948
Log:
TUSCANY-1085  the test case that was submitted for this JIRA was disabled due to long HTTP timeouts.  I'm also commenting out the intentional bad import since it causes an eclipse project containing the file to be constantly in error.  We need to work out how to bring this test back in.

Modified:
    incubator/tuscany/java/sdo/impl/src/test/resources/simple2.xsd

Modified: incubator/tuscany/java/sdo/impl/src/test/resources/simple2.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/resources/simple2.xsd?view=diff&rev=507948&r1=507947&r2=507948
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/resources/simple2.xsd (original)
+++ incubator/tuscany/java/sdo/impl/src/test/resources/simple2.xsd Thu Feb 15 07:02:10 2007
@@ -32,7 +32,9 @@
           <xsd:element name="low" type="xsd:decimal"/>
           <xsd:element name="volume" type="xsd:double"/>
           <xsd:element name="change1" type="xsd:double"/>
-          <xsd:element maxOccurs="unbounded" minOccurs="0" name="quotes" type="simple:Quote"/>
+          <!-- temporarily removing this until we find a way to do this test without causing eclipse to light up
+          due to missing import -->
+          <!-- <xsd:element maxOccurs="unbounded" minOccurs="0" name="quotes" type="simple:Quote"/>  -->
        </xsd:sequence>
    </xsd:complexType>
 



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