Repository: cassandra
Updated Branches:
  refs/heads/trunk 1b51bec14 -> e02d5b354


fix comment


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

Branch: refs/heads/trunk
Commit: e02d5b354fb25f37580ad1c96453d225104f1a8e
Parents: 1b51bec
Author: Brandon Williams <brandonwilli...@apache.org>
Authored: Tue Apr 29 20:07:07 2014 -0500
Committer: Brandon Williams <brandonwilli...@apache.org>
Committed: Tue Apr 29 20:07:07 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/ScrubTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e02d5b35/test/unit/org/apache/cassandra/db/ScrubTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/db/ScrubTest.java 
b/test/unit/org/apache/cassandra/db/ScrubTest.java
index 220e2a4..7dc7c5c 100644
--- a/test/unit/org/apache/cassandra/db/ScrubTest.java
+++ b/test/unit/org/apache/cassandra/db/ScrubTest.java
@@ -187,7 +187,7 @@ public class ScrubTest extends SchemaLoader
          * The test also assumes an ordered partitioner.
          *
         ColumnFamily cf = 
ArrayBackedSortedColumns.factory.create(cfs.metadata);
-        cf.addColumn(new Cell(ByteBufferUtil.bytes("someName"), 
ByteBufferUtil.bytes("someValue"), 0L));
+        cf.addColumn(new BufferCell(ByteBufferUtil.bytes("someName"), 
ByteBufferUtil.bytes("someValue"), 0L));
 
         SSTableWriter writer = new SSTableWriter(cfs.getTempSSTablePath(new 
File(System.getProperty("corrupt-sstable-root"))),
                                                  
cfs.metadata.getIndexInterval(),

Reply via email to