1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
MS-Schema2006-07-15 / schZ012_a
MS-Schema2006-07-15 / schZ012_b
MS-Schema2006-07-15 / schZ012_c
-- test: msData/schema/schZ012_a.xsd
-- Disable because it relies on case-sensitive file systems to work
-- properly. It fails on Darwin (lena) with HFS and on Windows, since
-- the included file schZ012_A.xsd is found on those systems.
-- See discussion at http://www.w3.org/Bugs/Public/show_bug.cgi?id=4137
MS-SimpleType2006-07-15 / stE054 / stE054.i
-- Disabled because "1.0" and "1" are both the same xsd:double value.
-- Seems the test should validate. According to 4.2.1 in the datatypes
-- standard, equality is checked in terms of value space, not strings.
-- Xerces also accepts this test
MS-Particles2006-07-15 / particlesZ001
-- xmllint also says this test is OK. Qt complains that the type derivation
-- is incorrect (so an error on the schema), but the test is supposed to
-- have a correct schema, but an incorrect XML file, so that seems like a
-- bug in Qt. Xerces also reports an incorrect schema.
MS-Additional2006-07-15 / addB064
-- This test parses the metaschema definition. Since this is already
-- known to XML/Ada, the latter complains that we are redefining the
-- location for a namespace that we have already used. Since we know we
-- can parse the metaschema anyway, the test has been disabled
MS-Particles2006-07-15 / particlesZ031
-- XSD is marked as invalid in recent CVS versions of the testsuite
|