Remove testing line "return;"
This commit is contained in:
parent
cd8e4f78ae
commit
3109189b1c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue