~elambert/gearmanij/gearman_java_library

« back to all changes in this revision

Viewing changes to test/org/gearman/client/GearmanClientIOTest.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:
11
11
 
12
12
import junit.framework.Assert;
13
13
 
14
 
import org.gearman.common.Constants;
 
14
import org.gearman.Constants;
15
15
 
16
16
import org.junit.Before;
17
17
import org.junit.Test;