Skip to content

Commit 740a9c6

Browse files
dustinMatt Ingenthron
authored andcommitted
Removed a bit of dead test code.
Change-Id: I295d7b6b301217866f1074c526cdeba6d60420ab Reviewed-on: http://review.membase.org/6152 Tested-by: Matt Ingenthron <[email protected]> Reviewed-by: Matt Ingenthron <[email protected]>
1 parent f993fe9 commit 740a9c6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/test/java/net/spy/memcached/TimeoutNowriteTest.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ public FailureMode getFailureMode() {
3333
AddrUtil.getAddresses("127.0.0.1:11211"));
3434
}
3535

36-
private void tryTimeout(String name, Runnable r) {
37-
try {
38-
r.run();
39-
fail("Expected timeout in " + name);
40-
} catch(OperationTimeoutException e) {
41-
// pass
42-
}
43-
}
44-
4536
public void testTimeoutDontwrite() {
4637
Operation op = new ExtensibleOperationImpl(new OperationCallback(){
4738
public void complete() {

0 commit comments

Comments
 (0)