Subversion Repositories DevTools

Rev

Rev 6914 | Rev 7082 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6914 Rev 7033
Line 6... Line 6...
6
import static org.junit.Assert.*;
6
import static org.junit.Assert.*;
7
 
7
 
8
import java.sql.SQLException;
8
import java.sql.SQLException;
9
import java.util.ArrayList;
9
import java.util.ArrayList;
10
 
10
 
11
import org.apache.log4j.xml.DOMConfigurator;
-
 
12
import org.junit.After;
11
import org.junit.After;
13
import org.junit.Before;
12
import org.junit.Before;
14
import org.junit.Test;
13
import org.junit.Test;
15
import org.junit.runner.JUnitCore;
14
import org.junit.runner.JUnitCore;
16
 
15
 
Line 33... Line 32...
33
    /**
32
    /**
34
     * Test Case main line
33
     * Test Case main line
35
     */
34
     */
36
    public static void main(String[] args)
35
    public static void main(String[] args)
37
    {
36
    {
38
        DOMConfigurator.configure("utf.xml");
-
 
39
        JUnitCore.main("com.erggroup.buildtool.utf.PeggedPackageRippleTest");
37
        JUnitCore.main("com.erggroup.buildtool.utf.PeggedPackageRippleTest");
40
    }
38
    }
41
	  
39
	  
42
    /** Subclass and override key methods so that the test can control
40
    /** Subclass and override key methods so that the test can control
43
     *  the data being used
41
     *  the data being used