Author: jaakko
Date: Mon Jan 25 09:38:49 2010
New Revision: 902750

URL: http://svn.apache.org/viewvc?rev=902750&view=rev
Log:
fixed broken test. CASSANDRA-644

Modified:
    
incubator/cassandra/trunk/test/unit/org/apache/cassandra/dht/BootStrapperTest.java

Modified: 
incubator/cassandra/trunk/test/unit/org/apache/cassandra/dht/BootStrapperTest.java
URL: 
http://svn.apache.org/viewvc/incubator/cassandra/trunk/test/unit/org/apache/cassandra/dht/BootStrapperTest.java?rev=902750&r1=902749&r2=902750&view=diff
==============================================================================
--- 
incubator/cassandra/trunk/test/unit/org/apache/cassandra/dht/BootStrapperTest.java
 (original)
+++ 
incubator/cassandra/trunk/test/unit/org/apache/cassandra/dht/BootStrapperTest.java
 Mon Jan 25 09:38:49 2010
@@ -110,6 +110,7 @@
             public void report(InetAddress ep) { throw new 
UnsupportedOperationException(); }
             public void 
registerFailureDetectionEventListener(IFailureDetectionEventListener listener) 
{ throw new UnsupportedOperationException(); }
             public void 
unregisterFailureDetectionEventListener(IFailureDetectionEventListener 
listener) { throw new UnsupportedOperationException(); }
+            public void remove(InetAddress ep) { throw new 
UnsupportedOperationException(); }
         };
         Multimap<InetAddress, Range> temp = BootStrapper.getWorkMap(res, 
mockFailureDetector);
         assertEquals(1, temp.keySet().size());


Reply via email to