Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1189785-archive 
into lp:zorba/archive-module.

Commit message:
Updated tests for new base64 module URI.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1189785-archive/+merge/175215
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1189785-archive/+merge/175215
Your team Zorba Coders is subscribed to branch lp:zorba/archive-module.
=== modified file 'test/Queries/create_02.xq'
--- test/Queries/create_02.xq	2012-07-27 03:43:13 +0000
+++ test/Queries/create_02.xq	2013-07-17 08:01:10 +0000
@@ -1,5 +1,5 @@
 import module namespace a = "http://www.zorba-xquery.com/modules/archive";;
-import module namespace b = "http://www.zorba-xquery.com/modules/converters/base64";;
+import module namespace b = "http://zorba.io/modules/base64";;
 
 let $foo-content := "<foo/>"
 let $bar-content := xs:base64Binary("5Pb8")

=== modified file 'test/Queries/delete_01.xq'
--- test/Queries/delete_01.xq	2012-07-27 03:43:13 +0000
+++ test/Queries/delete_01.xq	2013-07-17 08:01:10 +0000
@@ -1,5 +1,5 @@
 import module namespace a = "http://www.zorba-xquery.com/modules/archive";;
-import module namespace b = "http://www.zorba-xquery.com/modules/converters/base64";;
+import module namespace b = "http://zorba.io/modules/base64";;
 
 let $foo-content := "<foo/>"
 let $bar-content := xs:base64Binary("YWJj")

=== modified file 'test/Queries/update_01.xq'
--- test/Queries/update_01.xq	2012-07-27 03:43:13 +0000
+++ test/Queries/update_01.xq	2013-07-17 08:01:10 +0000
@@ -1,5 +1,5 @@
 import module namespace a = "http://www.zorba-xquery.com/modules/archive";;
-import module namespace b = "http://www.zorba-xquery.com/modules/converters/base64";;
+import module namespace b = "http://zorba.io/modules/base64";;
 
 let $foo-content := "<foo/>"
 let $bar-content := xs:base64Binary("YWJj")

=== modified file 'test/Queries/update_02.xq'
--- test/Queries/update_02.xq	2012-09-06 20:40:47 +0000
+++ test/Queries/update_02.xq	2013-07-17 08:01:10 +0000
@@ -1,5 +1,5 @@
 import module namespace a = "http://www.zorba-xquery.com/modules/archive";;
-import module namespace b = "http://www.zorba-xquery.com/modules/converters/base64";;
+import module namespace b = "http://zorba.io/modules/base64";;
 
 let $foo-content := "<foo/>"
 let $bar-content := xs:base64Binary("YWJj")

=== modified file 'test/Queries/update_03.xq'
--- test/Queries/update_03.xq	2012-09-06 20:40:47 +0000
+++ test/Queries/update_03.xq	2013-07-17 08:01:10 +0000
@@ -1,5 +1,5 @@
 import module namespace a = "http://www.zorba-xquery.com/modules/archive";;
-import module namespace b = "http://www.zorba-xquery.com/modules/converters/base64";;
+import module namespace b = "http://zorba.io/modules/base64";;
 
 let $foo-content := "<foo/>"
 let $bar-content := xs:base64Binary("YWJj")

=== modified file 'test/Queries/update_04.xq'
--- test/Queries/update_04.xq	2012-09-06 20:40:47 +0000
+++ test/Queries/update_04.xq	2013-07-17 08:01:10 +0000
@@ -1,5 +1,5 @@
 import module namespace a = "http://www.zorba-xquery.com/modules/archive";;
-import module namespace b = "http://www.zorba-xquery.com/modules/converters/base64";;
+import module namespace b = "http://zorba.io/modules/base64";;
 
 let $fake_archive := xs:base64Binary("YWJj")
 let $new-archive := a:update($fake_archive, "foo2.xml", "<foo2/>")

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to