Dennis Knochenwefel has proposed merging 
lp:~zorba-coders/zorba/bugs-1022495-and-1022494 into lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Chris Hillery (ceejatec)
Related bugs:
  Bug #1022494 in Zorba: "fetch_bogus2 fails due to flworfound.org change"
  https://bugs.launchpad.net/zorba/+bug/1022494
  Bug #1022495 in Zorba: "versioning/import5 fails due to flworfound.org change"
  https://bugs.launchpad.net/zorba/+bug/1022495

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bugs-1022495-and-1022494/+merge/114185

fixing bugs #1022495 and #1022494
-- 
https://code.launchpad.net/~zorba-coders/zorba/bugs-1022495-and-1022494/+merge/114185
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/rbkt/Queries/CMakeLists.txt'
--- test/rbkt/Queries/CMakeLists.txt	2012-07-09 20:45:24 +0000
+++ test/rbkt/Queries/CMakeLists.txt	2012-07-10 13:14:23 +0000
@@ -590,6 +590,3 @@
 EXPECTED_FAILURE(test/rbkt/zorba/windowing/tumbling17 899364)
 EXPECTED_FAILURE(test/rbkt/zorba/windowing/tumbling21 899364)
 
-# Failing due to flworfound.org hosting changes.
-EXPECTED_FAILURE(test/rbkt/zorba/versioning/import5 1022495)
-EXPECTED_FAILURE(test/rbkt/zorba/fetch/fetch_bogus2 1022494)

=== modified file 'test/rbkt/Queries/zorba/fetch/fetch_bogus2.xq'
--- test/rbkt/Queries/zorba/fetch/fetch_bogus2.xq	2012-06-28 04:14:03 +0000
+++ test/rbkt/Queries/zorba/fetch/fetch_bogus2.xq	2012-07-10 13:14:23 +0000
@@ -1,4 +1,4 @@
 (: Fetch a valid module URI but as SOME_CONTENT :)
 import module namespace fetch = "http://www.zorba-xquery.com/modules/fetch";;
 
-fetch:content("http://www.flworfound.org/modules/ext";, "SOME_CONTENT")
+fetch:content("http://zorba-tests.28msec.us/doesnotexist";, "SOME_CONTENT")

=== modified file 'test/rbkt/Queries/zorba/versioning/import5.xq'
--- test/rbkt/Queries/zorba/versioning/import5.xq	2012-06-28 04:14:03 +0000
+++ test/rbkt/Queries/zorba/versioning/import5.xq	2012-07-10 13:14:23 +0000
@@ -1,4 +1,4 @@
 (: Test that importing a non-existent explicit version gets an error. :)
-import module namespace vm = "http://www.flworfound.org/modules/ver#2.2!";;
+import module namespace vm = "http://zorba-tests.28msec.us/zorba-test-module.xq#2.2!";;
 
 vm:version()

-- 
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