Whipped unit tests into shape. Added simple test for dobject transactions.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@978 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SceneParserTest.java,v 1.2 2001/12/13 01:35:52 mdb Exp $
|
||||
// $Id: SceneParserTest.java,v 1.3 2002/02/09 07:50:04 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.tools.xml;
|
||||
|
||||
@@ -23,7 +23,7 @@ public class SceneParserTest extends TestCase
|
||||
SceneParser parser = new SceneParser("scene");
|
||||
String tspath = TestUtil.getResourcePath(TEST_SCENE_PATH);
|
||||
EditableScene scene = parser.parseScene(tspath);
|
||||
System.out.println("Parsed " + scene.getSceneModel() + ".");
|
||||
// System.out.println("Parsed " + scene.getSceneModel() + ".");
|
||||
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user