Kaydet (Commit) d24b7de8 authored tarafından Julien Nabet's avatar Julien Nabet

Fix Mac TBs by unhidding testSkipImages()

Change-Id: I2624ef7824859339b1b0a669279e7c4186ebf35b
üst bf8e37c1
......@@ -33,7 +33,7 @@ public:
void testCharHighlightBody();
void testMSCharBackgroundEditing();
void testCharBackgroundToHighlighting();
#if !defined(WNT) && !defined(MACOSX)
#if !defined(WNT)
void testSkipImages();
#endif
......@@ -659,7 +659,7 @@ void Test::testCharBackgroundToHighlighting()
}
}
#if !defined(WNT) && !defined(MACOSX)
#if !defined(WNT)
void Test::testSkipImages()
{
// Check how LO skips image loading (but not texts of textboxes and custom shapes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment