More test revamping.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2011 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user