From 09fc560074a52bb0ab42b836c18715845465e0f2 Mon Sep 17 00:00:00 2001 From: "J. Brisbin" Date: Thu, 11 Nov 2010 16:52:47 -0600 Subject: [PATCH] Test coverage on most functionality. get/set operations. --- .../datastore/riak/core/RiakOperations.java | 20 ------------------- .../ExampleConfigurationTests-context.xml | 8 -------- 2 files changed, 28 deletions(-) delete mode 100644 spring-datastore-riak/src/main/java/org/springframework/datastore/riak/core/RiakOperations.java delete mode 100644 spring-datastore-riak/src/test/resources/org/springframework/datastore/ExampleConfigurationTests-context.xml diff --git a/spring-datastore-riak/src/main/java/org/springframework/datastore/riak/core/RiakOperations.java b/spring-datastore-riak/src/main/java/org/springframework/datastore/riak/core/RiakOperations.java deleted file mode 100644 index 5bcb90d30..000000000 --- a/spring-datastore-riak/src/main/java/org/springframework/datastore/riak/core/RiakOperations.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2010 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.springframework.datastore.riak.core; - -public interface RiakOperations { - -} diff --git a/spring-datastore-riak/src/test/resources/org/springframework/datastore/ExampleConfigurationTests-context.xml b/spring-datastore-riak/src/test/resources/org/springframework/datastore/ExampleConfigurationTests-context.xml deleted file mode 100644 index 4717a9b6b..000000000 --- a/spring-datastore-riak/src/test/resources/org/springframework/datastore/ExampleConfigurationTests-context.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - -