diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-02-11 15:22:45 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-02-11 15:22:45 +0100 |
commit | c0dfafab6459ef06ada37ea7ed5c7ebd59388057 (patch) | |
tree | 88c696b429bd6a81dbcdc99004a5c1b569af118f /desktop | |
parent | cfa9404319ac5310dc772b3b4a9a3d05721e6940 (diff) |
Remove forgotten debug stuff.
Change-Id: Iad6bb5ba62d114ca760c4215aa8eec872c5d181b
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index 1d6c5620a00f..da4e5fb9f547 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -659,7 +659,7 @@ void DesktopLOKTest::testModifiedStatus() // modification state was reset m_aStateChangedCondition.reset(); utl::TempFile aTempFile; - //aTempFile.EnableKillingFile(); + aTempFile.EnableKillingFile(); CPPUNIT_ASSERT(pDocument->pClass->saveAs(pDocument, aTempFile.GetURL().toUtf8().getStr(), "odt", "TakeOwnership")); m_aStateChangedCondition.wait(aTimeValue); Scheduler::ProcessEventsToIdle(); @@ -668,7 +668,6 @@ void DesktopLOKTest::testModifiedStatus() CPPUNIT_ASSERT(!m_bModified); // Modify the document again - m_bModified = false; m_aStateChangedCondition.reset(); pDocument->pClass->postKeyEvent(pDocument, LOK_KEYEVENT_KEYINPUT, 't', 0); m_aStateChangedCondition.wait(aTimeValue); |