Merge lp:~zorba-coders/zorba/oracle-nosql-db-module_null into lp:zorba/oracle-nosql-db-module

Proposed by Matthias Brantner
Status: Merged
Approved by: Till Westmann
Approved revision: 23
Merged at revision: 24
Proposed branch: lp:~zorba-coders/zorba/oracle-nosql-db-module_null
Merge into: lp:zorba/oracle-nosql-db-module
Diff against target: 23 lines (+2/-2)
2 files modified
test/Queries/oracle-nosql-db/all-binary.xq (+1/-1)
test/Queries/oracle-nosql-db/all-text.xq (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/oracle-nosql-db-module_null
Reviewer Review Type Date Requested Status
Till Westmann Approve
Matthias Brantner Approve
Review via email: mp+154568@code.launchpad.net

Commit message

changed tests to use canonical JSONiq

To post a comment you must log in.
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Till Westmann (tillw) :
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 oracle-nosql-db-module_null-2013-03-21T06-16-43.852Z 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/Queries/oracle-nosql-db/all-binary.xq'
2--- test/Queries/oracle-nosql-db/all-binary.xq 2013-02-08 10:19:24 +0000
3+++ test/Queries/oracle-nosql-db/all-binary.xq 2013-03-21 01:37:22 +0000
4@@ -17,7 +17,7 @@
5 variable $key2 := {
6 "major": ["a-bkey2a", "a-bkey2b"]
7 ,
8- "minor":[null]
9+ "minor":[jn:null()]
10 };
11
12 variable $val1 as xs:base64Binary := base64:encode("Value for a-bkey1a/a-bkey1b-mk");
13
14=== modified file 'test/Queries/oracle-nosql-db/all-text.xq'
15--- test/Queries/oracle-nosql-db/all-text.xq 2013-02-08 10:19:24 +0000
16+++ test/Queries/oracle-nosql-db/all-text.xq 2013-03-21 01:37:22 +0000
17@@ -17,7 +17,7 @@
18 variable $key2 := {
19 "major": ["a-tkey2a", "a-tkey2b"]
20 ,
21- "minor":[null]
22+ "minor":[jn:null()]
23 };
24
25

Subscribers

People subscribed via source and target branches

to all changes: