[gnome-code-assistance] [tests] Remove debug code



commit 3961786f1f225fe75694c89ab6c7458d54d9f8f4
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Sun Jan 11 14:57:33 2015 +0100

    [tests] Remove debug code

 tests/service |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/service b/tests/service
index c5d7a4a..2b7c515 100755
--- a/tests/service
+++ b/tests/service
@@ -454,8 +454,7 @@ try:
     os.environ['DBUS_SESSION_BUS_PID'] = str(daemon.pid)
 
     for testfile in testfiles:
-        if testfile.endswith('js.json'):
-            run_test(testfile)
+        run_test(testfile)
 finally:
     daemon.terminate()
     print(daemon.stdout.read().decode('utf-8'))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]