summaryrefslogtreecommitdiff
path: root/tests
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2012-11-24 15:28:14 +0100
committerAndrea Azzarone <azzaronea@gmail.com>2012-11-24 15:28:14 +0100
commit9b6d9328f8aac27014e7f0585a1e40312e7a1510 (patch)
tree77a8794eda925c8a82452a217d792bfbb8cfc4b8 /tests
parent693f3d781e6054d70848037e6e5da365e94b58d1 (diff)
Comment xtest code (part 2)
(bzr r2898.4.20)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_xdnd_start_stop_notifier_imp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xdnd_start_stop_notifier_imp.cpp b/tests/test_xdnd_start_stop_notifier_imp.cpp
index d21a42eba..621010447 100644
--- a/tests/test_xdnd_start_stop_notifier_imp.cpp
+++ b/tests/test_xdnd_start_stop_notifier_imp.cpp
@@ -60,7 +60,7 @@ TEST_F(TestXdndStartStopNotifierImp, DISABLED_SignalStarted)
wm.window_mapped.emit(0);
Utils::WaitUntil(signal_received);
- XTestFakeButtonEvent(display_, 1, False, CurrentTime);
+ //XTestFakeButtonEvent(display_, 1, False, CurrentTime);
}
TEST_F(TestXdndStartStopNotifierImp, DISABLED_SignalFinished)