[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    tests/kxpathtests/tests
From:       Frans Englich <frans.englich () telia ! com>
Date:       2006-03-31 19:44:51
Message-ID: 1143834291.611146.15702.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 525097 by englich:

More export work. I have experienced more stimulating hacking, I must say.


 M  +51 -0     XQTSCatalogSubmission.in.xml  
 M  +1 -1      createXQTSCatalog.xsl  
 M  +2 -1      test-suite.xml  
 A             unary-minus.xml  
 A             unary-plus.xml  
 D             unary.xml  


--- trunk/tests/kxpathtests/tests/XQTSCatalogSubmission.in.xml #525096:525097
@@ -569,25 +569,32 @@
 <title>Constructing Sequences</title>
 <description>Tests that construct sequences</description>
 </GroupInfo>
+
 <test-group name="commaOp" featureOwner="KDE">
 <GroupInfo>
 <title>Comma Operator</title>
 <description>Tests that construct sequences using the comma operator</description>
 </GroupInfo>
+<xi:include href="sequences.xml"/>
 </test-group>
+
 <test-group name="RangeExpr" featureOwner="KDE">
 <GroupInfo>
 <title>Range Expression</title>
 <description>Tests that construct sequences using the RangeExpr</description>
 </GroupInfo>
+<xi:include href="range.xml"/>
 </test-group>
 </test-group>
+
 <test-group name="FilterExpr" featureOwner="KDE">
 <GroupInfo>
 <title>Filter Expressions</title>
 <description>Simple tests to evaluate filter sequence expressions.</description>
 </GroupInfo>
+<xi:include href="predicates.xml"/>
 </test-group>
+
 <test-group name="CombNodeSeq">
 <GroupInfo>
 <title>Combining Node Sequences</title>
@@ -646,18 +653,23 @@
 <description/>
 </GroupInfo>
 </test-group>
+
 <test-group name="NumericUnaryPlus">
 <GroupInfo>
 <title>op:numeric-unary-plus</title>
 <description/>
 </GroupInfo>
+<xi:include href="unary-plus.xml"/>
 </test-group>
+
 <test-group name="NumericUnaryMinus">
 <GroupInfo>
 <title>op:numeric-unary-minus</title>
 <description/>
 </GroupInfo>
+<xi:include href="unary-minus.xml"/>
 </test-group>
+
 </test-group>
 <test-group name="DurationArith" featureOwner="KDE">
 <GroupInfo>
@@ -1390,83 +1402,116 @@
 <title>Modules and Prologs</title>
 <description/>
 </GroupInfo>
+
 <test-group is-XPath2="false" name="VersionProlog" featureOwner="KDE">
 <GroupInfo>
 <title>Version Declaration</title>
 <description/>
 </GroupInfo>
+<xi:include href="versiondeclaration.xml"/>
 </test-group>
+
 <test-group is-XPath2="false" name="BoundarySpaceProlog" featureOwner="KDE">
 <GroupInfo>
 <title>Boundary-space Declaration</title>
 <description/>
 </GroupInfo>
+<xi:include href="declareboundaryspace.xml"/>
 </test-group>
+
 <test-group is-XPath2="false" name="CollationProlog">
 <GroupInfo>
 <title>Default Collation Declaration</title>
 <description/>
 </GroupInfo>
+<xi:include href="declareboundaryspace.xml"/>
 </test-group>
+
 <test-group is-XPath2="false" name="BaseURIProlog">
 <GroupInfo>
 <title>Base URI Declaration</title>
 <description/>
 </GroupInfo>
+<xi:include href="declarebaseuri.xml"/>
 </test-group>
+
 <test-group is-XPath2="false" name="ConstructionProlog">
 <GroupInfo>
 <title>Construction Declaration</title>
 <description/>
 </GroupInfo>
+<xi:include href="declareconstructionmode.xml"/>
 </test-group>
+
 <test-group is-XPath2="false" name="DefaultNamespaceProlog" featureOwner="KDE">
 <GroupInfo>
 <title>Default Namespace Declaration</title>
 <description/>
 </GroupInfo>
+<xi:include href="declaredefaultnamespace.xml"/>
 </test-group>
+
 <test-group is-XPath2="false" name="DefaultOrderingProlog">
 <GroupInfo>
 <title>Ordering Mode Declaration</title>
 <description/>
 </GroupInfo>
+<xi:include href="declareorderingmode.xml"/>
 </test-group>
+
+<!-- NOTE: This is a new group -->
+<test-group is-XPath2="false" name="OptionDeclarationProlog">
+<GroupInfo>
+<title>Option Declaration</title>
+<description/>
+</GroupInfo>
+<xi:include href="options.xml"/>
+</test-group>
+
 <test-group is-XPath2="false" name="EmptyOrderProlog">
 <GroupInfo>
 <title>Empty Order Declaration</title>
 <description/>
 </GroupInfo>
+<xi:include href="declareemptyorder.xml"/>
 </test-group>
+
 <test-group is-XPath2="false" name="NamespaceProlog" featureOwner="KDE">
 <GroupInfo>
 <title>Namespace Declaration</title>
 <description/>
 </GroupInfo>
+<xi:include href="declarenamespace.xml"/>
 </test-group>
+
 <test-group is-XPath2="false" name="VariableProlog" featureOwner="KDE">
 <GroupInfo>
 <title>Variable Declaration</title>
 <description/>
 </GroupInfo>
+
 <test-group is-XPath2="false" name="ExternalVariablesWithout" featureOwner="KDE">
 <GroupInfo>
 <title>External Variable References without TypeDeclaration</title>
 <description/>
 </GroupInfo>
+<xi:include href="variabledeclaration.xml"/>
 </test-group>
+
 <test-group is-XPath2="false" name="ExternalVariablesWith" featureOwner="KDE">
 <GroupInfo>
 <title>External Variable References with TypeDeclatation</title>
 <description/>
 </GroupInfo>
 </test-group>
+
 <test-group is-XPath2="false" name="InternalVariablesWithout" featureOwner="KDE">
 <GroupInfo>
 <title>Internal Variable References without TypeDeclaration</title>
 <description/>
 </GroupInfo>
 </test-group>
+
 <test-group is-XPath2="false" name="InternalVariablesWith" featureOwner="KDE">
 <GroupInfo>
 <title>Internal Variable References with TypeDeclatation</title>
@@ -2314,12 +2359,15 @@
 <title>Schema Import Feature</title>
 <description/>
 </GroupInfo>
+
 <test-group is-XPath2="false" name="SchemaImportProlog">
 <GroupInfo>
 <title>Schema Import</title>
 <description/>
 </GroupInfo>
+<xi:include href="schemaimport.xml"/>
 </test-group>
+
 </test-group>
 <test-group is-XPath2="false" name="SchemaValidation" featureOwner="KDE">
 <GroupInfo>
@@ -2327,11 +2375,14 @@
 <description/>
 </GroupInfo>
 <test-group is-XPath2="false" name="ValidateExpression">
+
 <GroupInfo>
 <title>Validate Expression</title>
 <description/>
 </GroupInfo>
+<xi:include href="validate.xml"/>
 </test-group>
+
 </test-group>
 <test-group name="StaticTyping">
 <GroupInfo>
--- trunk/tests/kxpathtests/tests/createXQTSCatalog.xsl #525096:525097
@@ -47,7 +47,7 @@
     * Error codes are missing
     * What about names of the tests?
     * Indent XQTSCatalogSubmission.xml
-
+    * A new test-group was added: OptionDeclarationProlog
     * The test cases in the custom format which are supposed to fail, distinguishes
       of whether it should fail at compile time or runtime. However, that is not in
       the sense of XQTS's 'parser-error' and 'runtime-error', but in what my implementation
--- trunk/tests/kxpathtests/tests/test-suite.xml #525096:525097
@@ -62,7 +62,8 @@
 	<xi:include href="treatas.xml"/>
 	<xi:include href="typechecking.xml"/>
 	<xi:include href="typeswitch.xml"/>
-	<xi:include href="unary.xml"/>
+	<xi:include href="unary-plus.xml"/>
+	<xi:include href="unary-minus.xml"/>
 	<xi:include href="validate.xml"/>
 	<xi:include href="value-comparisons-datestimes.xml"/>
 	<xi:include href="value-comparisons-durations.xml"/>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic