fix test case class name

This commit is contained in:
xvrl 2012-12-04 11:36:37 -08:00
parent 51a7adf4fe
commit 01dc787261

View File

@ -47,7 +47,7 @@ import java.util.concurrent.TimeoutException;
/** /**
*/ */
public class MemcachedBrokerTest public class MemcachedCacheBrokerTest
{ {
private static final byte[] HI = "hi".getBytes(); private static final byte[] HI = "hi".getBytes();
private static final byte[] HO = "ho".getBytes(); private static final byte[] HO = "ho".getBytes();