Author: jbellis
Date: Tue Nov 8 18:30:22 2011
New Revision: 1199379
URL: http://svn.apache.org/viewvc?rev=1199379&view=rev
Log:
update test comment
Modified:
cassandra/branches/cassandra-1.0/test/unit/org/apache/cassandra/db/KeyCacheTest.java
Modified:
cassandra/branches/cassandra-1.0/test/unit/org/apache/cassandra/db/KeyCacheTest.java
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/test/unit/org/apache/cassandra/db/KeyCacheTest.java?rev=1199379&r1=1199378&r2=1199379&view=diff
==============================================================================
---
cassandra/branches/cassandra-1.0/test/unit/org/apache/cassandra/db/KeyCacheTest.java
(original)
+++
cassandra/branches/cassandra-1.0/test/unit/org/apache/cassandra/db/KeyCacheTest.java
Tue Nov 8 18:30:22 2011
@@ -92,7 +92,7 @@ public class KeyCacheTest extends Cleanu
// load the cache from disk. unregister the old mbean so we can
recreate a new CFS object.
// but don't invalidate() the old CFS, which would nuke the data we
want to try to load
- store.unregisterMBean(); // unregistering old MBean to test how key
cache will be loaded
+ store.unregisterMBean();
ColumnFamilyStore newStore =
ColumnFamilyStore.createColumnFamilyStore(Table.open(TABLE1), COLUMN_FAMILY3);
assertEquals(100, newStore.getKeyCacheSize());