Project

General

Profile

« Previous | Next » 

Revision 2044

Added by Jing Tao about 20 years ago

In test client package, get rid of HttpClient in parameter. Because, http client has cookies and we couldn't test session id.

View differences:

build.xml
641 641
      <!-- use the ant "junit" task to run JUnit tests. -->
642 642
      <junit printsummary="yes" haltonfailure="no" fork="yes"
643 643
             haltonerror="no">
644
        <jvmarg value="-Djava.protocol.handler.pkgs=HTTPClient"/>
644
        <!--<jvmarg value="-Djava.protocol.handler.pkgs=HTTPClient"/>-->
645 645
        <classpath>
646 646
          <pathelement path="${cpath}:${build.dir}/${name}.jar:${build.dir}/${name}-client.jar:${build.dir}/${name}-junittests.jar" />
647 647
        </classpath>

Also available in: Unified diff