Prepended rsrc to our test resource paths.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@763 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: FrameTest.java,v 1.5 2001/11/08 02:21:23 mdb Exp $
|
||||
// $Id: FrameTest.java,v 1.6 2001/12/13 01:35:52 mdb Exp $
|
||||
|
||||
package com.threerings.presents.io;
|
||||
|
||||
@@ -8,8 +8,6 @@ import java.io.*;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.samskivert.test.TestUtil;
|
||||
|
||||
public class FrameTest extends TestCase
|
||||
{
|
||||
public FrameTest ()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: BuildTestTileSetBundle.java,v 1.3 2001/11/29 22:01:03 mdb Exp $
|
||||
// $Id: BuildTestTileSetBundle.java,v 1.4 2001/12/13 01:35:51 mdb Exp $
|
||||
|
||||
package com.threerings.media.tools.tile.bundle;
|
||||
|
||||
@@ -64,11 +64,11 @@ public class BuildTestTileSetBundle
|
||||
}
|
||||
|
||||
protected static final String CONFIG_PATH =
|
||||
"media/tools/tile/bundle/bundler-config.xml";
|
||||
"rsrc/media/tools/tile/bundle/bundler-config.xml";
|
||||
|
||||
protected static final String BUNDLE_DESC_PATH =
|
||||
"media/tools/tile/bundle/bundle.xml";
|
||||
"rsrc/media/tools/tile/bundle/bundle.xml";
|
||||
|
||||
protected static final String TARGET_PATH =
|
||||
"media/tools/tile/bundle/bundle.jar";
|
||||
"rsrc/media/tools/tile/bundle/bundle.jar";
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SpotSceneParserTest.java,v 1.1 2001/12/05 03:38:09 mdb Exp $
|
||||
// $Id: SpotSceneParserTest.java,v 1.2 2001/12/13 01:35:52 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.tools.spot.xml;
|
||||
|
||||
@@ -43,5 +43,5 @@ public class SpotSceneParserTest extends TestCase
|
||||
}
|
||||
|
||||
protected static final String TEST_SCENE_PATH =
|
||||
"whirled/tools/spot/xml/scene.xml";
|
||||
"rsrc/whirled/tools/spot/xml/scene.xml";
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SceneParserTest.java,v 1.1 2001/12/05 03:38:10 mdb Exp $
|
||||
// $Id: SceneParserTest.java,v 1.2 2001/12/13 01:35:52 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.tools.xml;
|
||||
|
||||
@@ -43,5 +43,5 @@ public class SceneParserTest extends TestCase
|
||||
}
|
||||
|
||||
protected static final String TEST_SCENE_PATH =
|
||||
"whirled/tools/xml/scene.xml";
|
||||
"rsrc/whirled/tools/xml/scene.xml";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user