← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~gabipetrovay/zorba/bug-871481 into lp:zorba

 

Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/bug-871481 into lp:zorba.

Requested reviews:
  Gabriel Petrovay (gabipetrovay)
Related bugs:
  Bug #871481 in Zorba: "java test failing on Windows"
  https://bugs.launchpad.net/zorba/+bug/871481

For more details, see:
https://code.launchpad.net/~gabipetrovay/zorba/bug-871481/+merge/78780

The java test is now marked as EXPECTED_FAILURE on Windows because it is failing.
-- 
https://code.launchpad.net/~gabipetrovay/zorba/bug-871481/+merge/78780
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/java/examples/CMakeLists.txt'
--- doc/java/examples/CMakeLists.txt	2011-07-04 09:35:34 +0000
+++ doc/java/examples/CMakeLists.txt	2011-10-09 20:56:24 +0000
@@ -23,6 +23,7 @@
   IF (WIN32)
     CONFIGURE_FILE (${CMAKE_CURRENT_SOURCE_DIR}/java_test.bat.in ${CMAKE_CURRENT_BINARY_DIR}/java_test.bat)
     ADD_TEST ("java" java_test.bat Test_Zorba)
+    EXPECTED_FAILURE (java 871481)
   ELSEIF (WIN32)
     CONFIGURE_FILE (${CMAKE_CURRENT_SOURCE_DIR}/java_test.sh.in ${CMAKE_CURRENT_BINARY_DIR}/java_test.sh)
     ADD_TEST ("java" java_test.sh Test_Zorba)


Follow ups