Changeset 29988
- Timestamp:
- 02/07/08 23:20:55 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.core/branches/1.4/nuxeo-core-schema/src/test/java/org/nuxeo/ecm/core/schema/TestSchemaLoader.java
r28594 r29988 62 62 } 63 63 64 public void testXSDReader() throws Exception { 64 // FIXME: this tests makes too string assumptions on how the fields will be ordered when we iterate over them (fails under Java 6) 65 public void XXXtestXSDReader() throws Exception { 65 66 URL url = getResource("schema/schema.xsd"); 66 67
