[Jython-checkins] jython: Disable failing modjy tests (see #2794) pending fix.

jeff.allen jython-checkins at python.org
Mon Aug 12 17:50:03 EDT 2019


https://hg.python.org/jython/rev/64c631805349
changeset:   8276:64c631805349
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Mon Aug 12 22:37:58 2019 +0100
summary:
  Disable failing modjy tests (see #2794) pending fix.

files:
  tests/modjy/java/com/xhaus/modjy/ModjyTestAppInvocation.java |  7 ++++++-
  1 files changed, 6 insertions(+), 1 deletions(-)


diff --git a/tests/modjy/java/com/xhaus/modjy/ModjyTestAppInvocation.java b/tests/modjy/java/com/xhaus/modjy/ModjyTestAppInvocation.java
--- a/tests/modjy/java/com/xhaus/modjy/ModjyTestAppInvocation.java
+++ b/tests/modjy/java/com/xhaus/modjy/ModjyTestAppInvocation.java
@@ -194,6 +194,10 @@
         assertEquals("Status code != 500: ServerError, =='" + getStatus() + "'", 500, getStatus());
     }
 
+    /*
+     * 5 tests are disabled until we can supply invocation_tests.py, missing from the code base.
+     * See https://bugs.jython.org/issue2794 .
+     *
     protected void callableQueryAppInvocationTestSetUp() throws Exception {
         baseSetUp();
         setRealPath("/test_apps_dir", "test_apps_dir");
@@ -254,5 +258,6 @@
         String result = getOutput();
         assertEquals("Status code != 500: ServerError, =='" + getStatus() + "'", 500, getStatus());
     }
-
+     *
+     */
 }

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list