Remove testing line "return;"

This commit is contained in:
Markus Gans 2018-11-07 22:30:59 +01:00
parent cd8e4f78ae
commit 3109189b1c
1 changed files with 1 additions and 1 deletions

View File

@ -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;