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
1=== modified file 'ChangeLog'
2--- ChangeLog 2011-11-23 22:25:05 +0000
3+++ ChangeLog 2011-11-29 11:27:06 +0000
4@@ -73,6 +73,8 @@
5 splitting "module path" into separate URI and Library paths
6 * Fixed bug #872502 (validation of the JSON module xqdoc fails)
7 * Fixed bug #867107 (xqdoc dependency to zorba is wrong)
8+ * Fixed bug #897616 (Fix the generation of the XQFTTS report results for
9+ W3C)
10
11 version 2.0.3
12 * Fixed bug #867662 ("nullptr" warning)
13
14=== modified file 'test/rbkt/Scripts/w3c/generate-submission-xqftts.xq'
15--- test/rbkt/Scripts/w3c/generate-submission-xqftts.xq 2011-10-25 05:13:10 +0000
16+++ test/rbkt/Scripts/w3c/generate-submission-xqftts.xq 2011-11-29 11:27:06 +0000
17@@ -11,7 +11,7 @@
18 <test-suite-result>
19 <implementation
20 name="Zorba"
21- version='2.0.3'
22+ version="2.1, 'Basileia'"
23 anonymous-result-column="false">
24
25 <organization
26@@ -54,7 +54,6 @@
27 <context-property name="{data($cp/@name)}" context-type="{data($cp/@context-type)}" value="{data($cp/@value)}" />
28 }
29 </context-properties>
30- <context-properties>{$XQFTTSZorba//*:context-property}</context-properties>
31 )
32 }
33
34@@ -62,11 +61,11 @@
35
36 <syntax>XQuery</syntax>
37
38- <test-run dateRun="2011-09-23">
39+ <test-run dateRun="2011-11-28">
40 <test-suite version="current"/>
41 <transformation><p>Standard</p></transformation>
42 <comparison><p>Standard</p></comparison>
43- <otherComments><p>XQFTTS taken from W3C CVS as of 2011-09-21.</p></otherComments>
44+ <otherComments><p>XQFTTS taken from W3C CVS as of 2011-11-28.</p></otherComments>
45 </test-run>
46
47 {

Subscribers

People subscribed via source and target branches