1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
<?xml version='1.0'?>
<TestDescriptor xmlns="http://castor.exolab.org/Test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://castor.exolab.org/Test http://castor.exolab.org/Test">
<Name>Cyclic inheritence, srcgen should not loop forever</Name>
<Author>Edward Kuns</Author>
<Comment>Make sure that source generation does not loop infinitely</Comment>
<Comment>We'll generate uncompilable code, but shouldn't loop forever</Comment>
<Category>basic capability</Category>
<OnlySourceGenerationTest>
<Schema>test.xsd</Schema>
<UnitTestCase>
<Name>Test Source Generation</Name>
<Failure exception="org.castor.xmlctf.compiler.CompilationException"
FailureStep="source-compilation">true</Failure>
</UnitTestCase>
</OnlySourceGenerationTest>
</TestDescriptor>
|