mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
-
This commit is contained in:
parent
e659f3cce4
commit
6d0c134c61
2 changed files with 24 additions and 3 deletions
|
@ -51,9 +51,7 @@ int main(int argc, const char* argv[])
|
|||
//runner.addTest("numberformat", XSLTTest_suite("numberformat"));
|
||||
//runner.addTest("numbering", XSLTTest_suite("numbering"));
|
||||
runner.addTest("output", XSLTTest_suite("output"));
|
||||
*/
|
||||
runner.addTest("position", XSLTTest_suite("position"));
|
||||
/*
|
||||
runner.addTest("predicate", XSLTTest_suite("predicate"));
|
||||
runner.addTest("processorinfo", XSLTTest_suite("processorinfo"));
|
||||
runner.addTest("reluri", XSLTTest_suite("reluri"));
|
||||
|
@ -90,7 +88,9 @@ int main(int argc, const char* argv[])
|
|||
runner.addTest("Namespace_XPath", XSLTTest_suite("Namespace_XPath"));
|
||||
//runner.addTest("Number", XSLTTest_suite("Number"));
|
||||
runner.addTest("Output", XSLTTest_suite("Output"));
|
||||
*/
|
||||
runner.addTest("ProcessingInstruction", XSLTTest_suite("ProcessingInstruction"));
|
||||
/*
|
||||
runner.addTest("RTF", XSLTTest_suite("RTF"));
|
||||
runner.addTest("Sorting", XSLTTest_suite("Sorting"));
|
||||
runner.addTest("Stylesheet", XSLTTest_suite("Stylesheet"));
|
||||
|
@ -110,4 +110,4 @@ int main(int argc, const char* argv[])
|
|||
runner.run(argc, argv);
|
||||
|
||||
return 77;
|
||||
} // test_suite
|
||||
}
|
||||
|
|
|
@ -369,6 +369,27 @@
|
|||
<test-case id="ForwardComp__91849" compiles="no"/>
|
||||
<test-case id="ForwardComp__91853" compiles="no"/>
|
||||
<test-case id="ForwardComp__91855" compiles="no"/>
|
||||
<test-case id="Modes__78323" compare="fragment"/>
|
||||
<test-case id="Modes__78325" compare="text"/>
|
||||
<test-case id="Modes__78327" compare="fragment"/>
|
||||
<test-case id="Modes__78328" compare="text"/>
|
||||
<test-case id="Modes__78333" compare="fragment"/>
|
||||
<test-case id="Modes__78334" compare="fragment"/>
|
||||
<test-case id="Modes__78341" compare="fragment"/>
|
||||
<test-case id="Modes__78342" compare="fragment"/>
|
||||
<test-case id="Modes__78343" compare="fragment"/>
|
||||
<test-case id="Modes__84413" compare="fragment"/>
|
||||
<test-case id="Modes__84414" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction__78188" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction__78190" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction__78196" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction__78200" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction__78201" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction__78202" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction__78203" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction__78393" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction__78394" compare="fragment"/>
|
||||
|
||||
<test-case id="Value-of_ConcatTextNodes" skip="yes" reason="I think my interpretation is valid for mapping DOM to XSLT"/>
|
||||
<test-case id="Value-of_ValueOf-KeyReferenceInSelect" compiles="no"/>
|
||||
<test-case id="stylesheet01" compare="text"/>
|
||||
|
|
Loading…
Reference in a new issue