atom feed8 messages in net.java.dev.jsr235.issues[Issue 47] New - TCK: XSDHelperTest.t...
FromSent OnAttachments
radupJul 31, 2008 2:05 pm 
radupAug 7, 2008 5:18 pm 
dtadcoxAug 12, 2008 1:15 pm 
dtadcoxAug 21, 2008 6:59 am 
radupAug 28, 2008 6:57 pm 
radupSep 11, 2008 8:18 pm 
dtadcoxSep 15, 2008 12:20 pm 
radupMar 23, 2009 3:55 pm 
Subject:[Issue 47] New - TCK: XSDHelperTest.testRedefinition
From:radup (rad@dev.java.net)
Date:Jul 31, 2008 2:05:38 pm
List:net.java.dev.jsr235.issues

https://jsr235.dev.java.net/issues/show_bug.cgi?id=47 Issue #|47 Summary|TCK: XSDHelperTest.testRedefinition Component|jsr235 Version|current Platform|All OS/Version|All URL| Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|TCK Assigned to|radup Reported by|radup

------- Additional comments from rad@dev.java.net Thu Jul 31 21:05:55 +0000
2008 ------- XSDHelperTest.testRedefinition does the following sequence of steps:

1. Defines a Schema containing a type "TypeA" 2. Defines a second Schema containing a type "TypeA" and a type "TypeB", with a different definition for "TypeA" 3. Checks that step 2. results in a List of length 0

Why would the list have length 0? Type "TypeB" has not been defined previously.