[colobot] 44/145: Reenabled unit tests that started working after 14721001e5ad8a7d4a3c893d0343125eddc20ddc

Didier Raboud odyx at moszumanska.debian.org
Mon Jul 11 12:56:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit 059a54668948bdb7473fb69d7d8b7bfd0b7337f0
Author: krzys-h <krzys_h at interia.pl>
Date:   Sun Apr 3 21:09:41 2016 +0200

    Reenabled unit tests that started working after 14721001e5ad8a7d4a3c893d0343125eddc20ddc
---
 test/unit/CBot/CBot_test.cpp | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/test/unit/CBot/CBot_test.cpp b/test/unit/CBot/CBot_test.cpp
index cd684a8..b4e1bbb 100644
--- a/test/unit/CBot/CBot_test.cpp
+++ b/test/unit/CBot/CBot_test.cpp
@@ -814,8 +814,7 @@ TEST_F(CBotUT, DISABLED_ClassDestructorNaming)
     );
 }
 
-// TODO: This doesn't work
-TEST_F(CBotUT, DISABLED_ClassMethodOverloading)
+TEST_F(CBotUT, ClassMethodOverloading)
 {
     ExecuteTest(
         "public class TestClass {\n"
@@ -955,8 +954,7 @@ TEST_F(CBotUT, DISABLED_StringAsArray)
     );
 }
 
-// TODO: doesn't work, see discussion in #737
-TEST_F(CBotUT, DISABLED_ArraysOfStrings)
+TEST_F(CBotUT, ArraysOfStrings)
 {
     ExecuteTest(
         "extern void ArraysOfStrings()\n"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list