aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/mandatory-methods/DESC
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/mandatory-methods/DESC')
-rw-r--r--jrt_test/src/tests/mandatory-methods/DESC10
1 files changed, 0 insertions, 10 deletions
diff --git a/jrt_test/src/tests/mandatory-methods/DESC b/jrt_test/src/tests/mandatory-methods/DESC
deleted file mode 100644
index 2cb4f467a2e..00000000000
--- a/jrt_test/src/tests/mandatory-methods/DESC
+++ /dev/null
@@ -1,10 +0,0 @@
-Test the mandatory methods of a Java RPC server
-(ping/reflection). This is done by using a C++ client against a
-barebone Java server. The ping method is used to poll the server while
-waiting for it to come up. The reflection methods are used to extract
-reflection information about the mandatory methods, which is checked
-against a checked-in expected result.
-
-This test will break easily if the documentation of the mandatory
-methods is changed or if the method iteration order is changed. This
-will not happen often, and the test is easily updated.