Changeset 5762 for branches/OKBJavaConnector/src/test/java
- Timestamp:
- 03/19/11 10:27:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKBJavaConnector/src/test/java/at/hl/okb/wsclient/OKBClientTest.java
r5761 r5762 46 46 this.srv = new AdministrationService(); 47 47 this.port = srv.getJavaAdministrationService(); //.getWSHttpBindingIAdministrationService1(); 48 49 48 } 50 49 … … 98 97 assertTrue("No Algorithms found!", algos.getAlgorithm().size() > 0); 99 98 } 99 100 100 101 // 101 102 // @Test
Note: See TracChangeset
for help on using the changeset viewer.