Git commit df09dec4542eac393d7ea9d353e5a0a5235289f2 by Boudewijn Rempt. Committed on 12/03/2013 at 10:52. Pushed by rempt into branch 'master'.
Disable the storage test. It needs to be fixed, but we need to get to 0 failures on the buildbot first, as discussed in Essen CCMAIL:calligra-devel@kde.org M +3 -5 libs/odf/tests/CMakeLists.txt http://commits.kde.org/calligra/df09dec4542eac393d7ea9d353e5a0a5235289f2 diff --git a/libs/odf/tests/CMakeLists.txt b/libs/odf/tests/CMakeLists.txt index c3b36fc..7e7383e 100644 --- a/libs/odf/tests/CMakeLists.txt +++ b/libs/odf/tests/CMakeLists.txt @@ -57,11 +57,9 @@ target_link_libraries(kodomtest koodf ${QT_QTTEST_LIBRARY} ${QT_QTGUI_LIBRARY} $ ########### next target ############### -set(storageTest_SRCS TestStorage.cpp ) - -kde4_add_unit_test(TestStorage TESTNAME libs-store-storage ${storageTest_SRCS}) - -target_link_libraries(TestStorage koodf ${QT_QTTEST_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS}) +#set(storageTest_SRCS TestStorage.cpp ) +#kde4_add_unit_test(TestStorage TESTNAME libs-store-storage ${storageTest_SRCS}) +#target_link_libraries(TestStorage koodf ${QT_QTTEST_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS}) ########### next target ############### _______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel