You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by yu...@apache.org on 2013/11/19 18:01:32 UTC

[2/3] git commit: remove unnecessary(and failing) test

remove unnecessary(and failing) test


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/47724e6b
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/47724e6b
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/47724e6b

Branch: refs/heads/trunk
Commit: 47724e6b732b1ec97d7736ba75f314a96311d489
Parents: f651567
Author: Yuki Morishita <yu...@apache.org>
Authored: Tue Nov 19 11:00:41 2013 -0600
Committer: Yuki Morishita <yu...@apache.org>
Committed: Tue Nov 19 11:00:41 2013 -0600

----------------------------------------------------------------------
 .../apache/cassandra/service/StorageServiceServerTest.java    | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/47724e6b/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java b/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
index 7189a26..503a730 100644
--- a/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
+++ b/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
@@ -263,11 +263,4 @@ public class StorageServiceServerTest
         assert primaryRanges.size() == 1;
         assert primaryRanges.contains(new Range<Token>(new StringToken("B"), new StringToken("C")));
     }
-    
-    @Test
-    public void testGetOperationMode()
-    {
-    	String operationMode = StorageService.instance.getOperationMode();
-    	assert operationMode.equals("STARTING");
-    }
 }