Merge lp:~zorba-coders/zorba/fix_data_cleaning_rev_44 into lp:zorba/data-cleaning-module

Proposed by Sorin Marian Nasoi
Status: Merged
Approved by: Markos Zaharioudakis
Approved revision: 45
Merged at revision: 45
Proposed branch: lp:~zorba-coders/zorba/fix_data_cleaning_rev_44
Merge into: lp:zorba/data-cleaning-module
Diff against target: 12 lines (+1/-1)
1 file modified
src/com/zorba-xquery/www/modules/data-cleaning/consolidation.xq (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/fix_data_cleaning_rev_44
Reviewer Review Type Date Requested Status
Markos Zaharioudakis Approve
Sorin Marian Nasoi Approve
Review via email: mp+136744@code.launchpad.net

Commit message

Fix for revision 44 of the data-cleaning module.

Description of the change

Fix for revision 44 of the data-cleaning module.

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
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_data_cleaning_rev_44-2012-11-28T18-37-35.457Z 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/data-cleaning/consolidation.xq'
2--- src/com/zorba-xquery/www/modules/data-cleaning/consolidation.xq 2012-09-28 13:34:20 +0000
3+++ src/com/zorba-xquery/www/modules/data-cleaning/consolidation.xq 2012-11-28 18:27:21 +0000
4@@ -564,7 +564,7 @@
5 : <br/>
6 : Example usage : <code> validating-schema ( ( &lt;a/&gt; , &lt;b/&gt; ), &lt;xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;&lt;xs:element name="a" /&gt;&lt;/xs:schema&gt; ) </code>
7 : <br/>
8- : The function invocation in the example above returns : <code> ( &lt;a/&gt; ) </pre>
9+ : The function invocation in the example above returns : <code> ( &lt;a/&gt; ) </code>
10 :
11 : @param $s A sequence of elements.
12 : @param $schema An element encoding an XML Schema.

Subscribers

People subscribed via source and target branches

to all changes: