Example #1
0
 @BeforeClass
 protected void setUp() throws Exception {
   super.setUp();
   // Be sure your classpath points to the parent of the WEB-INF directory
   setConfigFile("/WEB-INF/struts-config.xml");
   setInitParameter("validating", "false");
   m_customer = TestUtils.createTestCustomer();
   m_user = TestUtils.createUser(m_customer, "system");
 }