Kaydet (Commit) 15366dbf authored tarafından Noel Power's avatar Noel Power

re-enable testStarBasic() & testVba() in for Windows ( macosx later )

Change-Id: I9f7621fdadbff1c7b1b3d0fbadf43715327e39d6
üst ddaf31f1
......@@ -61,7 +61,7 @@ public:
void testStarBasic();
void testVba();
CPPUNIT_TEST_SUITE(ScMacrosTest);
#if !defined(MACOSX) && !defined(WNT)
#if !defined(MACOSX)
//enable this test if you want to play with star basic macros in unit tests
//works but does nothing useful yet
CPPUNIT_TEST(testStarBasic);
......
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