JavaScript TestSuite using ant/ivy and Java's ServerTestBase Handler
--------------------------------------------------------------------
Key: THRIFT-961
URL: https://issues.apache.org/jira/browse/THRIFT-961
Project: Thrift
Issue Type: Improvement
Components: JavaScript - Library
Reporter: Roger Meier
Assignee: Roger Meier
Fix For: 0.6
Attachments:
THRIFT-961_JavaScript_testsuite_change_shellscript_to_ant.patch
this patch removes the Shell script and replaces it with a build.xml and
ivy.xml , just as mentioned in THRIFT-913
in addition it uses the class
lib/java/test/org/apache/thrift/server/ServerTestBase.java as its TestHandler
* remove TestHandler.java
* little changes within test.html
* this makes it easier to test and working towards THRIFT-847
detail:
{code}
M lib/js/test
M lib/js/test/test.html
D lib/js/test/RunTestServer.sh
A lib/js/test/ivy.xml
M lib/js/test/src/test/Httpd.java
D lib/js/test/src/test/TestHandler.java
A lib/js/test/build.xml
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.