From 1654a10ecc60a1d09ffc12e73b31e2f985ba31f2 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Thu, 15 Apr 2010 18:31:06 +0000 Subject: [PATCH] mv test config files to new names, too. patch by jbellis git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@934509 13f79535-47bb-0310-9956-ffa450edef68 --- test/conf/{storage-conf.xml => cassandra.xml} | 0 test/conf/{log4j.properties => log4j-server.properties} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/conf/{storage-conf.xml => cassandra.xml} (100%) rename test/conf/{log4j.properties => log4j-server.properties} (100%) diff --git a/test/conf/storage-conf.xml b/test/conf/cassandra.xml similarity index 100% rename from test/conf/storage-conf.xml rename to test/conf/cassandra.xml diff --git a/test/conf/log4j.properties b/test/conf/log4j-server.properties similarity index 100% rename from test/conf/log4j.properties rename to test/conf/log4j-server.properties