Changeset 51 for trunk/src/test/java/omq


Ignore:
Timestamp:
06/19/13 16:30:19 (11 years ago)
Author:
stoda
Message:
 
Location:
trunk/src/test/java/omq/test/calculator
Files:
3 deleted
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/test/java/omq/test/calculator/ClientTest.java

    r47 r51  
    1818
    1919@RunWith(value = Parameterized.class)
    20 public class ParameterizedClient {
     20public class ClientTest {
    2121
    2222        private static Calculator remoteCalc;
    2323        private static Calculator remoteCalc2;
    2424
    25         public ParameterizedClient(String type) throws Exception {
     25        public ClientTest(String type) throws Exception {
    2626                Properties env = new Properties();
    2727                env.setProperty(ParameterQueue.USER_NAME, "guest");
Note: See TracChangeset for help on using the changeset viewer.