mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
This commit is contained in:
parent
462274002e
commit
adc1150712
3 changed files with 7 additions and 3 deletions
|
@ -10,7 +10,6 @@
|
|||
#include <DOM/io/Stream.hpp>
|
||||
#include <XSLT/XSLT.hpp>
|
||||
|
||||
void test_suite(int argc, const char* argv[]);
|
||||
Arabica::DOM::Document<std::string> buildDOM(const std::string& xml);
|
||||
|
||||
int main(int argc, const char* argv[])
|
||||
|
|
|
@ -87,7 +87,7 @@ int main(int argc, const char* argv[])
|
|||
*/
|
||||
runner.addTest("ProcessingInstruction", XSLTTest_suite("ProcessingInstruction"));
|
||||
|
||||
//runner.addTest("RTF", XSLTTest_suite("RTF"));
|
||||
runner.addTest("RTF", XSLTTest_suite("RTF"));
|
||||
runner.addTest("Sorting", XSLTTest_suite("Sorting"));
|
||||
//runner.addTest("Stylesheet", XSLTTest_suite("Stylesheet"));
|
||||
//runner.addTest("Template", XSLTTest_suite("Template"));
|
||||
|
|
|
@ -389,6 +389,7 @@
|
|||
<test-case id="ProcessingInstruction__78393" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction__78394" compare="fragment"/>
|
||||
<test-case id="ProcessingInstruction_InvalidPIName2" runs="no"/>
|
||||
<test-case id="RTF_RTF_to_number_in_format_number" compiles="no"/>
|
||||
<test-case id="Sorting__77529" compare="text"/>
|
||||
<test-case id="Sorting__77530" compare="text"/>
|
||||
<test-case id="Sorting__77539" compare="fragment"/>
|
||||
|
@ -446,7 +447,7 @@
|
|||
<test-case id="Text__78246" compare="text"/>
|
||||
<test-case id="Text__78247" compare="text"/>
|
||||
<test-case id="Text__78249" compare="text"/>
|
||||
<test-case id="Text__78272" compare="text"/>
|
||||
<test-case id="Text__78272" skip="yes" reason="Test result is bad."/>
|
||||
<test-case id="Text__78273" compare="text"/>
|
||||
<test-case id="Text__78274" compare="text"/>
|
||||
<test-case id="Text__78275" compare="text"/>
|
||||
|
@ -462,6 +463,10 @@
|
|||
<test-case id="Text__78311" compare="text"/>
|
||||
<test-case id="Text__78313" compare="text"/>
|
||||
<test-case id="Text__91137" compare="fragment"/>
|
||||
<test-case id="Text_DoeWithCdataInText" compare="text"/>
|
||||
<test-case id="Text_modified78308" compare="text"/>
|
||||
<test-case id="Text_modified78309" compare="text"/>
|
||||
<test-case id="Text_Modified78311" compare="text"/>
|
||||
<test-case id="XSLTFunctions__84048" skip="yes" reason="MS specific output"/>
|
||||
<test-case id="XSLTFunctions__84049" skip="yes" reason="MS specific output"/>
|
||||
<test-case id="XSLTFunctions__84050" skip="yes" reason="MS specific output"/>
|
||||
|
|
Loading…
Reference in a new issue