renamed integ test entry point file

This commit is contained in:
Nick Bolton 2011-04-25 02:00:43 +00:00
parent e9c6190d0e
commit 85f66153ab
3 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@ set(unittests
)
set(integtests
${root_dir}/src/integtest/IntegTestMain.cpp
${root_dir}/src/integtest/Main.cpp
)
if(WIN32)

View File

@ -101,6 +101,8 @@ TEST(CMSWindowsClipboardTests, close_isOpen_noErrors)
// 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)
{
CMSWindowsClipboard clipboard(NULL);