Merge lp:~zorba-coders/zorba/bug_897616 into lp:zorba

Proposed by Sorin Marian Nasoi
Status: Merged
Approved by: Sorin Marian Nasoi
Approved revision: 10559
Merged at revision: 10559
Proposed branch: lp:~zorba-coders/zorba/bug_897616
Merge into: lp:zorba
Diff against target: 47 lines (+5/-4)
2 files modified
ChangeLog (+2/-0)
test/rbkt/Scripts/w3c/generate-submission-xqftts.xq (+3/-4)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug_897616
Reviewer Review Type Date Requested Status
Nicolae Brinza Approve
Sorin Marian Nasoi Approve
Review via email: mp+83760@code.launchpad.net

Commit message

Fix for bug #897616.

Description of the change

Fix for bug #897616.

To post a comment you must log in.
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) wrote :

Approved.

review: Approve
Revision history for this message
Nicolae Brinza (nbrinza) wrote :

The changes are ok. Approved.

review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug_897616-2011-11-29T21-49-32.525Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2011-11-23 22:25:05 +0000
+++ ChangeLog 2011-11-29 11:27:06 +0000
@@ -73,6 +73,8 @@
73 splitting "module path" into separate URI and Library paths73 splitting "module path" into separate URI and Library paths
74 * Fixed bug #872502 (validation of the JSON module xqdoc fails)74 * Fixed bug #872502 (validation of the JSON module xqdoc fails)
75 * Fixed bug #867107 (xqdoc dependency to zorba is wrong)75 * Fixed bug #867107 (xqdoc dependency to zorba is wrong)
76 * Fixed bug #897616 (Fix the generation of the XQFTTS report results for
77 W3C)
7678
77version 2.0.379version 2.0.3
78 * Fixed bug #867662 ("nullptr" warning)80 * Fixed bug #867662 ("nullptr" warning)
7981
=== modified file 'test/rbkt/Scripts/w3c/generate-submission-xqftts.xq'
--- test/rbkt/Scripts/w3c/generate-submission-xqftts.xq 2011-10-25 05:13:10 +0000
+++ test/rbkt/Scripts/w3c/generate-submission-xqftts.xq 2011-11-29 11:27:06 +0000
@@ -11,7 +11,7 @@
11 <test-suite-result>11 <test-suite-result>
12 <implementation12 <implementation
13 name="Zorba" 13 name="Zorba"
14 version='2.0.3'14 version="2.1, 'Basileia'"
15 anonymous-result-column="false">15 anonymous-result-column="false">
16 16
17 <organization 17 <organization
@@ -54,7 +54,6 @@
54 <context-property name="{data($cp/@name)}" context-type="{data($cp/@context-type)}" value="{data($cp/@value)}" />54 <context-property name="{data($cp/@name)}" context-type="{data($cp/@context-type)}" value="{data($cp/@value)}" />
55 }55 }
56 </context-properties>56 </context-properties>
57 <context-properties>{$XQFTTSZorba//*:context-property}</context-properties>
58 )57 )
59 }58 }
6059
@@ -62,11 +61,11 @@
6261
63 <syntax>XQuery</syntax>62 <syntax>XQuery</syntax>
6463
65 <test-run dateRun="2011-09-23">64 <test-run dateRun="2011-11-28">
66 <test-suite version="current"/>65 <test-suite version="current"/>
67 <transformation><p>Standard</p></transformation>66 <transformation><p>Standard</p></transformation>
68 <comparison><p>Standard</p></comparison>67 <comparison><p>Standard</p></comparison>
69 <otherComments><p>XQFTTS taken from W3C CVS as of 2011-09-21.</p></otherComments>68 <otherComments><p>XQFTTS taken from W3C CVS as of 2011-11-28.</p></otherComments>
70 </test-run>69 </test-run>
7170
72 {71 {

Subscribers

People subscribed via source and target branches