← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/fix-zorbaxquerycom into lp:zorba

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/fix-zorbaxquerycom into lp:zorba.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix-zorbaxquerycom/+merge/124540
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix-zorbaxquerycom/+merge/124540
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/cxx/examples/uri_resolvers.cpp'
--- doc/cxx/examples/uri_resolvers.cpp	2012-09-11 22:55:05 +0000
+++ doc/cxx/examples/uri_resolvers.cpp	2012-09-15 00:04:20 +0000
@@ -41,7 +41,7 @@
       return;
     }
     if(aUri == "http://www.zorba-xquery.com/helloworld";) {
-      oUris.push_back("http://zorba-xquery.com/tutorials/helloworld.xsd";);
+      oUris.push_back("http://www.zorba-xquery.com/tutorials/helloworld.xsd";);
     }
   }
 };

=== modified file 'test/api/userdefined_uri_resolution.cpp'
--- test/api/userdefined_uri_resolution.cpp	2012-09-11 22:55:05 +0000
+++ test/api/userdefined_uri_resolution.cpp	2012-09-15 00:04:20 +0000
@@ -46,7 +46,7 @@
       return;
     }
     if(aUri == "http://www.zorba-xquery.com/helloworld";) {
-      oUris.push_back("http://zorba-xquery.com/tutorials/helloworld.xsd";);
+      oUris.push_back("http://www.zorba-xquery.com/tutorials/helloworld.xsd";);
     }
   }
 };


Follow ups