Changeset 47 for src/test/java/geniusweb


Ignore:
Timestamp:
12/18/24 14:03:49 (8 days ago)
Author:
ruud
Message:

All TimeDependent parties now support the nonlinear SumOfGroupsUtilitySpace. Example Nonlinear space in the computer domain

Location:
src/test/java/geniusweb/partiesserver
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/test/java/geniusweb/partiesserver/AvailablePartiesUpdaterTest.java

    r46 r47  
    3131
    3232public class AvailablePartiesUpdaterTest {
    33         private static final String RANDOMPARTY = "src/main/webapp/partiesrepo/randomparty-2.1.6.jar";
     33        private static final String RANDOMPARTY = "src/main/webapp/partiesrepo/randomparty-2.2.1.jar";
    3434        private static final int TESTRATE = 200; // check file changes every 200ms
    3535        @SuppressWarnings("unchecked")
  • src/test/java/geniusweb/partiesserver/JavaClientTest.java

    r46 r47  
    3939 */
    4040public class JavaClientTest {
    41         private static final String RANDOMPARTY = "http://localhost:8080/partiesserver/run/randomparty-2.1.6";
     41        private static final String RANDOMPARTY = "http://localhost:8080/partiesserver/run/randomparty-2.2.1";
    4242        private EmbeddedTomcat tomcat = new EmbeddedTomcat();
    4343        private JavaClient client = new JavaClient();
Note: See TracChangeset for help on using the changeset viewer.