Merge lp:~zorba-coders/zorba/data-converters-nsbindings into lp:~zorba-coders/zorba/data-converters-module

Proposed by Chris Hillery
Status: Merged
Approved by: Matthias Brantner
Approved revision: 79
Merged at revision: 79
Proposed branch: lp:~zorba-coders/zorba/data-converters-nsbindings
Merge into: lp:~zorba-coders/zorba/data-converters-module
Diff against target: 12 lines (+1/-1)
1 file modified
src/com/zorba-xquery/www/modules/converters/csv.xq.src/csv.h (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/data-converters-nsbindings
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Chris Hillery Approve
Review via email: mp+88249@code.launchpad.net

Commit message

Use new NsBindings typedef.

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
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 data-converters-nsbindings-2012-01-11T21-11-55.773Z 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 'src/com/zorba-xquery/www/modules/converters/csv.xq.src/csv.h'
2--- src/com/zorba-xquery/www/modules/converters/csv.xq.src/csv.h 2011-08-17 23:28:43 +0000
3+++ src/com/zorba-xquery/www/modules/converters/csv.xq.src/csv.h 2012-01-11 18:28:25 +0000
4@@ -117,7 +117,7 @@
5 bool is_open;
6 int open_count;
7
8- std::vector<std::pair<String, String> > ns_binding;
9+ NsBindings ns_binding;
10 Item null_parent;
11 zorba::Item item_type;
12 std::vector<std::string> line;

Subscribers

People subscribed via source and target branches

to all changes: