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:
Michael Bayne
2001-12-13 01:35:52 +00:00
parent d4b714fab4
commit 1ebc240198
4 changed files with 9 additions and 11 deletions
@@ -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 ()