wip: Unit Tests - renamed package for Cassandra Table POJOs.

This commit is contained in:
dwebb
2013-11-14 15:44:02 -05:00
parent 3cb6639e05
commit 55e49401fa
8 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.cassandra.test;
package org.springframework.data.cassandra.table;
import java.util.Date;
import java.util.Set;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.cassandra.test;
package org.springframework.data.cassandra.table;
import java.util.Date;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.cassandra.test;
package org.springframework.data.cassandra.table;
import java.util.Date;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.cassandra.test;
package org.springframework.data.cassandra.table;
import java.util.Date;
import java.util.Map;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.cassandra.test;
package org.springframework.data.cassandra.table;
import java.util.Date;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.cassandra.test;
package org.springframework.data.cassandra.table;
import java.util.Set;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.cassandra.test;
package org.springframework.data.cassandra.table;
import java.util.Set;

View File

@@ -40,8 +40,8 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.cassandra.config.TestConfig;
import org.springframework.data.cassandra.core.CassandraTemplate;
import org.springframework.data.cassandra.core.RingMember;
import org.springframework.data.cassandra.test.LogEntry;
import org.springframework.data.cassandra.test.User;
import org.springframework.data.cassandra.table.LogEntry;
import org.springframework.data.cassandra.table.User;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.context.support.AnnotationConfigContextLoader;