~elambert/gearmanij/gearman_java_library

« back to all changes in this revision

Viewing changes to test/org/gearman/client/GearmanClientTest.java

  • Committer: Eric Lambert
  • Date: 2009-07-07 05:45:30 UTC
  • Revision ID: eric.d.lambert@gmail.com-20090707054530-2963dq28telt30yj
I fubar-ed rev142, so undoing it

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
import java.net.InetSocketAddress;
14
14
import java.util.Collection;
15
15
 
16
 
import org.gearman.common.Constants;
 
16
import org.gearman.Constants;
17
17
 
18
18
import org.junit.Ignore;
19
19
import org.junit.Test;