From 656b02f49430c830eae540f3847b15ed70a1f0c7 Mon Sep 17 00:00:00 2001 From: "J. Brisbin" Date: Thu, 9 Dec 2010 13:07:21 -0600 Subject: [PATCH] Turning off tests again. --- spring-data-riak/pom.xml | 4 ++-- .../data/keyvalue/riak/core/RiakKeyValueTemplateSpec.groovy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-data-riak/pom.xml b/spring-data-riak/pom.xml index 84e6d6a8f..a002470bc 100644 --- a/spring-data-riak/pom.xml +++ b/spring-data-riak/pom.xml @@ -127,7 +127,7 @@ com.springsource.bundlor.maven - + diff --git a/spring-data-riak/src/test/groovy/org/springframework/data/keyvalue/riak/core/RiakKeyValueTemplateSpec.groovy b/spring-data-riak/src/test/groovy/org/springframework/data/keyvalue/riak/core/RiakKeyValueTemplateSpec.groovy index 64a3c959a..6fb6f658c 100644 --- a/spring-data-riak/src/test/groovy/org/springframework/data/keyvalue/riak/core/RiakKeyValueTemplateSpec.groovy +++ b/spring-data-riak/src/test/groovy/org/springframework/data/keyvalue/riak/core/RiakKeyValueTemplateSpec.groovy @@ -37,7 +37,7 @@ class RiakKeyValueTemplateSpec extends Specification { @Autowired RiakKeyValueTemplate riak int run = 1 - @Shared def riakBin = System.getenv("RIAK_BIN") + @Shared def riakBin = System.getenv("RIAK_BIN") ?: "/usr/sbin/riak" @Shared def p def setupSpec() {