Changeset 92 for branches/supervisor/src/test/java
- Timestamp:
- 10/01/13 12:02:41 (12 years ago)
- Location:
- branches/supervisor/src/test/java/omq/test
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/supervisor/src/test/java/omq/test/lock/SleepTest.java
r91 r92 20 20 env.setProperty(ParameterQueue.RABBIT_HOST, "127.0.0.1"); 21 21 env.setProperty(ParameterQueue.RABBIT_PORT, "5672"); 22 env.setProperty(ParameterQueue.NUM_THREADS, " 2");22 env.setProperty(ParameterQueue.NUM_THREADS, "1"); 23 23 24 SleepImpl sleep = new SleepImpl(); 24 for (int i = 0; i < 4; i++) { 25 Broker broker = new Broker(env); 26 broker.bind("sleep", new SleepImpl()); 27 } 25 28 26 Broker broker = new Broker(env);27 broker.bind("sleep", sleep);28 29 } 29 30
Note: See TracChangeset
for help on using the changeset viewer.