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

Proposed by Sorin Marian Nasoi
Status: Merged
Approved by: Markos Zaharioudakis
Approved revision: 11388
Merged at revision: 11415
Proposed branch: lp:~zorba-coders/zorba/fix_bug_1173640
Merge into: lp:zorba
Diff against target: 27 lines (+5/-1)
2 files modified
test/fots/CMakeLists.txt (+0/-1)
test/fots_driver/environment.xq (+5/-0)
To merge this branch: bzr merge lp:~zorba-coders/zorba/fix_bug_1173640
Reviewer Review Type Date Requested Status
Markos Zaharioudakis Approve
Sorin Marian Nasoi Approve
Review via email: mp+161387@code.launchpad.net

Commit message

- fix for lp:1173640
- test case "contextDecl-047" that used to 'fail' is now passing
- test cases "contextDecl-020" and "contextDecl-054" that used to report "wrongError" are now passing also

Description of the change

- fix for lp:1173640
- test case "contextDecl-047" that used to 'fail' is now passing
- test cases "contextDecl-020" and "contextDecl-054" that used to report "wrongError" are now passing also

To post a comment you must log in.
11387. By sorin.marian.nasoi <email address hidden>

Merget lp:zorba trunk.

11388. By sorin.marian.nasoi <email address hidden>

- fix for lp:1173640
- test case "contextDecl-047" that used to 'fail' is now passing
- test cases "contextDecl-020" and "contextDecl-054" teht used to report "wrongError" are now passing also

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 :

Validation queue job fix_bug_1173640-2013-04-29T09-52-43.933Z is finished. The final status was:

All tests succeeded!

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

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1, Needs Information < 1, Resubmit < 1. Got: 1 Approve, 2 Pending.

Revision history for this message
Markos Zaharioudakis (markos-za) :
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 fix_bug_1173640-2013-04-29T15-11-40.544Z 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 'test/fots/CMakeLists.txt'
2--- test/fots/CMakeLists.txt 2013-04-28 16:23:28 +0000
3+++ test/fots/CMakeLists.txt 2013-04-29 09:51:56 +0000
4@@ -293,7 +293,6 @@
5 EXPECTED_FOTS_FAILURE (prod-CastExpr.schema CastAs-ListType-31 0)
6 EXPECTED_FOTS_FAILURE (prod-CastableExpr K-SeqExprCastable-5a 0)
7 EXPECTED_FOTS_FAILURE (prod-CompDocConstructor K2-ConDocNode-2 0)
8-EXPECTED_FOTS_FAILURE (prod-ContextItemDecl contextDecl-047 0)
9 EXPECTED_FOTS_FAILURE (prod-DefaultNamespaceDecl defaultnamespacedeclerr-6 0)
10 EXPECTED_FOTS_FAILURE (prod-DefaultNamespaceDecl defaultnamespacedeclerr-8 0)
11 EXPECTED_FOTS_FAILURE (prod-DirElemContent Constr-cont-charref-2 1130998)
12
13=== modified file 'test/fots_driver/environment.xq'
14--- test/fots_driver/environment.xq 2013-04-25 21:43:36 +0000
15+++ test/fots_driver/environment.xq 2013-04-29 09:51:56 +0000
16@@ -374,6 +374,11 @@
17 ,
18 "&#xA;"
19 )
20+ else if(exists($env/fots:context-item/@select))
21+ then
22+ concat('xqxq:bind-context-item($queryID,',
23+ $env/fots:context-item/@select,
24+ ');')
25 else
26 ()
27 };

Subscribers

People subscribed via source and target branches