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 5... Line 5...
5
 
5
 
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
import org.apache.log4j.xml.DOMConfigurator;
-
 
11
import org.junit.After;
10
import org.junit.After;
12
import org.junit.Before;
11
import org.junit.Before;
13
import org.junit.Test;
12
import org.junit.Test;
14
import org.junit.runner.JUnitCore;
13
import org.junit.runner.JUnitCore;
15
 
14
 
Line 32... Line 31...
32
    /**
31
    /**
33
     * Test Case main line
32
     * Test Case main line
34
     */
33
     */
35
    public static void main(String[] args)
34
    public static void main(String[] args)
36
    {
35
    {
37
        DOMConfigurator.configure("utf.xml");
-
 
38
        JUnitCore.main("com.erggroup.buildtool.utf.UnbuildablePackageRippleTest");
36
        JUnitCore.main("com.erggroup.buildtool.utf.UnbuildablePackageRippleTest");
39
    }
37
    }
40
	  
38
	  
41
    /** Subclass and override key methods so that the test can control
39
    /** Subclass and override key methods so that the test can control
42
     *  the data being used
40
     *  the data being used