renamed integ test entry point file
This commit is contained in:
parent
e9c6190d0e
commit
85f66153ab
|
@ -20,7 +20,7 @@ set(unittests
|
||||||
)
|
)
|
||||||
|
|
||||||
set(integtests
|
set(integtests
|
||||||
${root_dir}/src/integtest/IntegTestMain.cpp
|
${root_dir}/src/integtest/Main.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
|
|
@ -101,6 +101,8 @@ TEST(CMSWindowsClipboardTests, close_isOpen_noErrors)
|
||||||
// can't assert anything
|
// can't assert anything
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// looks like this test may fail intermittently:
|
||||||
|
// * http://buildbot.synergy-foss.org:8000/builders/trunk-win32/builds/246/steps/shell_3/logs/stdio
|
||||||
TEST(CMSWindowsClipboardTests, getTime_openWithNoEmpty_returnsOne)
|
TEST(CMSWindowsClipboardTests, getTime_openWithNoEmpty_returnsOne)
|
||||||
{
|
{
|
||||||
CMSWindowsClipboard clipboard(NULL);
|
CMSWindowsClipboard clipboard(NULL);
|
||||||
|
|
Loading…
Reference in New Issue