|
523 | 523 | <antcall target="udp"/>
|
524 | 524 | <antcall target="udp-new"/>
|
525 | 525 | <antcall target="tcp"/>
|
526 |
| - <antcall target="tcp-nak"/> |
| 526 | + <antcall target="tcp-new"/> |
527 | 527 | <antcall target="tcp-nio"/>
|
528 | 528 | <antcall target="tcp-nio-nak"/>
|
529 | 529 | <antcall target="stack-independent"/>
|
|
541 | 541 | </sequential>
|
542 | 542 | <sequential>
|
543 | 543 | <antcall target="tcp"/>
|
544 |
| - <antcall target="tcp-nak"/> |
| 544 | + <antcall target="tcp-new"/> |
545 | 545 | <antcall target="tcp-nio"/>
|
546 | 546 | <antcall target="tcp-nio-nak"/>
|
547 | 547 | </sequential>
|
|
653 | 653 | />
|
654 | 654 | </target>
|
655 | 655 |
|
656 |
| - <target name="tcp-nak" depends="postcompile,define-testng-task" description="Runs TCP tests"> |
| 656 | + <target name="tcp-new" depends="postcompile,define-testng-task" description="Runs TCP tests"> |
657 | 657 | <!-- Needed to force reading of properties. Otherwise tcp tests will fail -->
|
658 | 658 | <property name="build.properties.file" value="build.properties"/>
|
659 | 659 | <property file="${build.properties.file}"/>
|
660 | 660 |
|
661 |
| - <mkdir dir="${tmp.dir}/test-results/xml/tcp-nak"/> |
662 |
| - <runtest suitename="tcp-nak" |
| 661 | + <mkdir dir="${tmp.dir}/test-results/xml/tcp-new"/> |
| 662 | + <runtest suitename="tcp-new" |
663 | 663 | groups="base,stack-dependent"
|
664 | 664 | excludedgroups="stack-independent,broken"
|
665 | 665 | parallel="${parallel.classes}"
|
666 | 666 | threadcount="20"
|
667 | 667 | initial.mcast.addr="${jgroups.udp.mcast_addr}"
|
668 | 668 | initial.mcast.port="28000"
|
669 | 669 | initial.tcp.port="28000"
|
670 |
| - jvmarg1="-Dchannel.conf=tcp-nak.xml" |
| 670 | + jvmarg1="-Dchannel.conf=tcp-new.xml" |
671 | 671 | />
|
672 | 672 | </target>
|
673 | 673 |
|
|
0 commit comments