summaryrefslogtreecommitdiff
path: root/testapp/exam/xmlrpc_clients.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2013-07-29 23:58:29 -0700
committerPrabhu Ramachandran2013-07-29 23:58:29 -0700
commit70b73660f9c10174e318d570a820ca0cc01f8d5f (patch)
tree26df2b155c4db789dabd53f309057ac0aaca5f04 /testapp/exam/xmlrpc_clients.py
parentee64cfe58c42540d0736cc32d3acd36ab7a6d31d (diff)
parentb522a1ba1c1edff7648c6c7d69fa2867a08b4100 (diff)
downloadonline_test-70b73660f9c10174e318d570a820ca0cc01f8d5f.tar.gz
online_test-70b73660f9c10174e318d570a820ca0cc01f8d5f.tar.bz2
online_test-70b73660f9c10174e318d570a820ca0cc01f8d5f.zip
Merge pull request #14 from prathamesh920/fresh_java
fresh java
Diffstat (limited to 'testapp/exam/xmlrpc_clients.py')
-rw-r--r--testapp/exam/xmlrpc_clients.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/exam/xmlrpc_clients.py b/testapp/exam/xmlrpc_clients.py
index b846212..cc21e62 100644
--- a/testapp/exam/xmlrpc_clients.py
+++ b/testapp/exam/xmlrpc_clients.py
@@ -25,6 +25,7 @@ class CodeServerProxy(object):
"bash": 'run_bash_code',
"C": "run_c_code",
"C++": "run_cplus_code",
+ "java": "run_java_code",
}
def run_code(self, answer, test_code, user_dir, language):