More test revamping.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2011 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-12-21 21:58:33 +00:00
parent e04f24077f
commit e5ae86c047
10 changed files with 23 additions and 129 deletions
@@ -76,7 +76,7 @@ public class ConfigUtilTest extends TestCase
public void runTest ()
{
try {
String path = "/rsrc/util/test.properties";
String path = "rsrc/util/test.properties";
Properties props = ConfigUtil.loadInheritedProperties(path);
assertTrue("props valid", props.toString().equals(DUMP));