← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/windows-hashmap-workaround into lp:zorba

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/windows-hashmap-workaround into lp:zorba.

Commit message:
Temporarily disabling a test program that causes Windows compilation errors.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/windows-hashmap-workaround/+merge/131716
-- 
https://code.launchpad.net/~zorba-coders/zorba/windows-hashmap-workaround/+merge/131716
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/unit_tests/CMakeLists.txt'
--- src/unit_tests/CMakeLists.txt	2012-09-19 21:16:15 +0000
+++ src/unit_tests/CMakeLists.txt	2012-10-27 01:41:20 +0000
@@ -25,7 +25,7 @@
   test_uri.cpp
   test_json_parser.cpp
   test_fs_iterator.cpp
-  test_hashmaps.cpp
+#  test_hashmaps.cpp
 #  memory_manager.cpp
 )
 

=== modified file 'src/unit_tests/unit_tests.cpp'
--- src/unit_tests/unit_tests.cpp	2012-09-19 21:16:15 +0000
+++ src/unit_tests/unit_tests.cpp	2012-10-27 01:41:20 +0000
@@ -71,7 +71,7 @@
   libunittests["unordered_set"] = test_unordered_set;
 #endif /* ZORBA_HAVE_UNORDERED_SET */
 
-  libunittests["hashmaps"] = test_hashmaps;
+  //  libunittests["hashmaps"] = test_hashmaps;
 
   libunittests["uri"] = runUriTest;
 


Follow ups