summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2016-02-11 15:22:45 +0100
committerJan Holesovsky <kendy@collabora.com>2016-02-11 15:22:45 +0100
commitc0dfafab6459ef06ada37ea7ed5c7ebd59388057 (patch)
tree88c696b429bd6a81dbcdc99004a5c1b569af118f /desktop
parentcfa9404319ac5310dc772b3b4a9a3d05721e6940 (diff)
Remove forgotten debug stuff.
Change-Id: Iad6bb5ba62d114ca760c4215aa8eec872c5d181b
Diffstat (limited to 'desktop')
-rw-r--r--desktop/qa/desktop_lib/test_desktop_lib.cxx3
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);