zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #23396
[Merge] lp:~zorba-coders/zorba/bug-1067028 into lp:zorba
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-1067028 into lp:zorba.
Commit message:
enable jsoniq tests again (bug introduced by removing ZORBA_WITH_JSON)
Requested reviews:
Matthias Brantner (matthias-brantner)
Nicolae Brinza (nbrinza)
Related bugs:
Bug #1067028 in Zorba: "remove ZORBA_WITH_JSON"
https://bugs.launchpad.net/zorba/+bug/1067028
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1067028/+merge/169862
--
https://code.launchpad.net/~zorba-coders/zorba/bug-1067028/+merge/169862
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/rbkt/Queries/CMakeLists.txt'
--- test/rbkt/Queries/CMakeLists.txt 2013-06-15 02:57:08 +0000
+++ test/rbkt/Queries/CMakeLists.txt 2013-06-17 18:12:35 +0000
@@ -155,15 +155,6 @@
ENDIF(NEEDS_FILE)
ENDIF(NOT ZORBA_WITH_FILE_ACCESS)
- STRING(REGEX MATCH "jsoniq/" NEEDS_FILE "${TESTNAME}")
- IF(NEEDS_FILE)
- SET(SKIP_TEST 1)
- ENDIF(NEEDS_FILE)
- STRING(REGEX MATCH "cloudscript/" NEEDS_FILE "${TESTNAME}")
- IF(NEEDS_FILE)
- SET(SKIP_TEST 1)
- ENDIF(NEEDS_FILE)
-
IF (TESTNAME MATCHES "^test/rbkt/w3c_testsuite")
IF (_testdriver_mt_available AND ZORBATEST_USE_MT_XQTS)
# If this is an XQTS test and we want to use testdriver_mt instead,
Follow ups