Skip to content

Commit

Permalink
Adapt OptimizedStoreVbucketTest to new test fixtures.
Browse files Browse the repository at this point in the history
Change-Id: Id4a3268f42124ace70531f10674b817b7464c15c
Reviewed-on: http://review.couchbase.org/19694
Reviewed-by: Matt Ingenthron <matt@couchbase.com>
Tested-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
ingenthr committed Aug 19, 2012
1 parent b0e561a commit 7a6976c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

package net.spy.memcached.protocol.binary;

import com.couchbase.client.CouchbaseClientBaseCase;
import com.couchbase.client.CouchbaseConnectionFactory;
import com.couchbase.client.FailInjectingCouchbaseConnectionFactory;
import com.couchbase.client.TestingCouchbaseClient;
Expand All @@ -45,7 +46,7 @@
* This should generate an optimized set of sets, with one set destined for the
* wrong vbucket in the middle of the group. This wrong
*/
public class OptimizedStoreVbucketTest extends ClientBaseCase {
public class OptimizedStoreVbucketTest extends CouchbaseClientBaseCase {
private TestingCouchbaseClient tclient;
@Override
protected void initClient() throws Exception {
Expand Down

0 comments on commit 7a6976c

Please sign in to comment.