summaryrefslogtreecommitdiff
path: root/tests/auto/qtipc/lackey/scripts/systemlock_read.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtipc/lackey/scripts/systemlock_read.js')
-rw-r--r--tests/auto/qtipc/lackey/scripts/systemlock_read.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/qtipc/lackey/scripts/systemlock_read.js b/tests/auto/qtipc/lackey/scripts/systemlock_read.js
deleted file mode 100644
index 1048bc7..0000000
--- a/tests/auto/qtipc/lackey/scripts/systemlock_read.js
+++ /dev/null
@@ -1,11 +0,0 @@
-function QVERIFY(x, debugInfo) {
- if (!(x)) {
- print(debugInfo);
- throw(debugInfo);
- }
-}
-
-var lock = new ScriptSystemLock;
-lock.setKey("market");
-QVERIFY(lock.lockReadOnly());
-QVERIFY(lock.unlock()); \ No newline at end of file