From 3109189b1c98f0652673ce65f222973d27188ac7 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 7 Nov 2018 22:30:59 +0100 Subject: [PATCH] Remove testing line "return;" --- test/foptiattr-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/foptiattr-test.cpp b/test/foptiattr-test.cpp index 50084c70..35a1c01c 100644 --- a/test/foptiattr-test.cpp +++ b/test/foptiattr-test.cpp @@ -212,7 +212,7 @@ void FOptiAttrTest::fakeReverseTest() finalcut::FOptiAttr::charData* to = \ new finalcut::FOptiAttr::charData(); CPPUNIT_ASSERT ( oa.changeAttribute(from, to) == 0 ); -return; + // Gray text on blue background to->fg_color = finalcut::fc::LightGray; to->bg_color = finalcut::fc::Blue;