← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bump_QT_snapshot into lp:zorba

 

Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/bump_QT_snapshot into lp:zorba.

Commit message:
- bumped QT test-suite version

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bump_QT_snapshot/+merge/174341
-- 
https://code.launchpad.net/~zorba-coders/zorba/bump_QT_snapshot/+merge/174341
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/fots/ImportFOTS.cmake'
--- test/fots/ImportFOTS.cmake	2013-06-13 22:10:18 +0000
+++ test/fots/ImportFOTS.cmake	2013-07-12 05:44:32 +0000
@@ -19,7 +19,12 @@
 
 
 # Change this to publish updated FOTS archives
-SET (FOTS_ARCHIVE "FOTS_130613.tgz")
+
+#this is the official QT 1.0 release from 21st June 2013
+#SET (FOTS_ARCHIVE "QT3_1_0.tgz")
+
+#this is the QT CVS trunk version as from 10th July 2013
+SET (FOTS_ARCHIVE "QT_100713.tgz")
 
 # Change this to modify which elements in FOTS driver results are output
 # as CDATA

=== modified file 'test/fots_driver/FOTSZorbaManifest.xml'
--- test/fots_driver/FOTSZorbaManifest.xml	2013-06-05 12:51:21 +0000
+++ test/fots_driver/FOTSZorbaManifest.xml	2013-07-12 05:44:32 +0000
@@ -10,6 +10,7 @@
   <dependency type="feature" value="schemaValidation" satisfied="true"/>
   <dependency type="feature" value="staticTyping" satisfied="false"/>
   <dependency type="feature" value="infoset-dtd" satisfied="true"/>
+  <dependency type="feature" value="typedData" satisfied="true"/>
 
   <!-- This dependency marks a XPath 1.0 test-case -->
   <dependency type="feature" value="xpath-1.0-compatibility" satisfied="false"/>
@@ -31,6 +32,7 @@
   <dependency type="spec" value="XQ10 XP20" satisfied="true"/>
   <dependency type="spec" value="XQ10+" satisfied="true"/>
   <dependency type="spec" value="XQ10+ XP20+" satisfied="true"/>
+  <dependency type="spec" value="XP20+ XQ10+" satisfied="true"/>
   <dependency type="spec" value="XQ10+ XP30+" satisfied="true"/>
   <dependency type="spec" value="XQ30" satisfied="true"/>
   <dependency type="spec" value="XQ30 XP30" satisfied="true"/>

=== modified file 'test/fots_driver/reporting/XQ10/FOTSZorbaManifest.xml'
--- test/fots_driver/reporting/XQ10/FOTSZorbaManifest.xml	2013-06-05 12:51:21 +0000
+++ test/fots_driver/reporting/XQ10/FOTSZorbaManifest.xml	2013-07-12 05:44:32 +0000
@@ -10,6 +10,7 @@
   <dependency type="feature" value="schemaValidation" satisfied="true"/>
   <dependency type="feature" value="staticTyping" satisfied="false"/>
   <dependency type="feature" value="infoset-dtd" satisfied="true"/>
+  <dependency type="feature" value="typedData" satisfied="true"/>
 
   <!-- This dependency marks a XPath 1.0 test-case -->
   <dependency type="feature" value="xpath-1.0-compatibility" satisfied="false"/>
@@ -33,6 +34,7 @@
   <dependency type="spec" value="XQ10+" satisfied="true"/>
   <dependency type="spec" value="XQ10+ XP20+" satisfied="true"/>
   <dependency type="spec" value="XQ10+ XP30+" satisfied="true"/>
+  <dependency type="spec" value="XP20+ XQ10+" satisfied="true"/>
   
   <!-- We do not run test-cases compatible with XQuery 3.0 meaning XQ30 and XQ30+ -->
   <dependency type="spec" value="XP30+ XQ30+" satisfied="false"/>  

=== modified file 'test/fots_driver/reporting/XQ30/FOTSZorbaManifest.xml'
--- test/fots_driver/reporting/XQ30/FOTSZorbaManifest.xml	2013-06-05 12:51:21 +0000
+++ test/fots_driver/reporting/XQ30/FOTSZorbaManifest.xml	2013-07-12 05:44:32 +0000
@@ -10,6 +10,7 @@
   <dependency type="feature" value="schemaValidation" satisfied="true"/>
   <dependency type="feature" value="staticTyping" satisfied="false"/>
   <dependency type="feature" value="infoset-dtd" satisfied="true"/>
+  <dependency type="feature" value="typedData" satisfied="true"/>
 
   <!-- This dependency marks a XPath 1.0 test-case -->
   <dependency type="feature" value="xpath-1.0-compatibility" satisfied="false"/>
@@ -34,6 +35,7 @@
   <dependency type="spec" value="XQ10+" satisfied="true"/>
   <dependency type="spec" value="XQ10+ XP20+" satisfied="true"/>
   <dependency type="spec" value="XQ10+ XP30+" satisfied="true"/>
+  <dependency type="spec" value="XP20+ XQ10+" satisfied="true"/>
 
   <dependency type="spec" value="XP30+ XQ30+" satisfied="true"/>  
   <dependency type="spec" value="XQ30" satisfied="true"/>


Follow ups