Merge lp:~zorba-coders/zorba/fix_notRun_test-cases into lp:zorba

Proposed by Sorin Marian Nasoi
Status: Merged
Merged at revision: 11560
Proposed branch: lp:~zorba-coders/zorba/fix_notRun_test-cases
Merge into: lp:zorba
Diff against target: 25 lines (+2/-2)
2 files modified
test/fots_driver/feedback.xq (+1/-1)
test/fots_driver/fots-driver.xq (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/fix_notRun_test-cases
Reviewer Review Type Date Requested Status
Chris Hillery Approve
Sorin Marian Nasoi Approve
Review via email: mp+175734@code.launchpad.net

Commit message

- test-cases that are not run because they use an environment that requires setting of a COLLATION or COLLECTION are marked 'n/a' instead of 'notRun'.
For more details please see W3C bug #22423.

To post a comment you must log in.
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting criteria failed for the following merge proposals:

https://code.launchpad.net/~zorba-coders/zorba/fix_notRun_test-cases/+merge/175734 :
Votes: {'Approve': 1}

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

Validation queue result for https://code.launchpad.net/~zorba-coders/zorba/fix_notRun_test-cases/+merge/175734

Stage "CommitZorba" failed.

Check console output at http://jenkins.lambda.nu/job/CommitZorba/45/console to view the results.

Revision history for this message
Chris Hillery (ceejatec) :
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 succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/fots_driver/feedback.xq'
2--- test/fots_driver/feedback.xq 2013-06-06 12:04:21 +0000
3+++ test/fots_driver/feedback.xq 2013-07-19 06:03:29 +0000
4@@ -246,7 +246,7 @@
5 $dependencyError as xs:string
6 ) as element(fots:test-case)
7 {
8- <fots:test-case name="{data($case/@name)}"
9+ <fots:test-case name="{$case/@name}"
10 result="n/a"
11 comment="{$dependencyError}"/>
12 };
13
14=== modified file 'test/fots_driver/fots-driver.xq'
15--- test/fots_driver/fots-driver.xq 2013-06-11 17:26:40 +0000
16+++ test/fots_driver/fots-driver.xq 2013-07-19 06:03:29 +0000
17@@ -928,7 +928,7 @@
18 is not done. That is why we first run the test case.
19 :)
20 else if (exists($prerequisitesError)) then
21- feedback:not-run($case, $prerequisitesError)
22+ feedback:not-applicable($case, $prerequisitesError)
23 else if ($expFailureTC/@finalStatus = "disputed") then
24 feedback:disputed($case,
25 concat("For details please see https://www.w3.org/Bugs/Public/show_bug.cgi?id=",

Subscribers

People subscribed via source and target branches