/*
* Copyright 2005-2010 Ignis Software Tools Ltd. All rights reserved.
*/
package jsystem.agent.client;
import junit.framework.SystemTestCase;
public class RootTest extends SystemTestCase {
public void testReturnToRoot() throws Exception {
report.report("Return to root fixture");
}
}