You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Roger Meier (JIRA)" <ji...@apache.org> on 2010/10/24 23:44:20 UTC

[jira] Closed: (THRIFT-961) JavaScript TestSuite using ant/ivy and Java's ServerTestBase Handler

     [ https://issues.apache.org/jira/browse/THRIFT-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roger Meier closed THRIFT-961.
------------------------------

    Resolution: Fixed

as mention on dev list, I assumed lazy consensus and now I committed this enhancement

> 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, Test Suite
>            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.