summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-02-15 18:25:58 +0100
committerDidier Raboud <odyx@debian.org>2013-02-15 18:26:56 +0100
commit99301f5bed5fc2ae31f75a7201086a4626422426 (patch)
tree5e7ed20f199ca554fbf73ab9966dd5cca77ec8cf
parentc43b06e5babe175d4b17004ad6b7fb7b97498386 (diff)
parent45040318b026f8864d244e39f1703685ad688470 (diff)
downloadcolobot-99301f5bed5fc2ae31f75a7201086a4626422426.tar.gz
colobot-99301f5bed5fc2ae31f75a7201086a4626422426.tar.bz2
colobot-99301f5bed5fc2ae31f75a7201086a4626422426.zip
Merge branch 'dev' into debian
Conflicts: .travis.yml
-rw-r--r--debian/changelog2
-rw-r--r--test/unit/ui/CMakeLists.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 78baaaa..832d438 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-colobot (0.1.0~pre-alpha-git-dev~rb50f9ae-1~OdyX0) UNRELEASED; urgency=low
+colobot (0.1.0~pre-alpha-git-dev~r4504031-1~OdyX0) UNRELEASED; urgency=low
* Initial release. (Closes: #695829)
diff --git a/test/unit/ui/CMakeLists.txt b/test/unit/ui/CMakeLists.txt
index 32af230..916a73b 100644
--- a/test/unit/ui/CMakeLists.txt
+++ b/test/unit/ui/CMakeLists.txt
@@ -26,4 +26,5 @@ stubs/robotmain_stub.cpp
edit_test.cpp)
target_link_libraries(edit_test gtest gmock ${SDL_LIBRARY} ${SDLTTF_LIBRARY} ${Boost_LIBRARIES})
-add_test(edit_test ./edit_test)
+# TODO: Edit test doesn't work, comment it away for now
+# add_test(edit_test ./edit_test)