Subversion Repositories DevTools

Rev

Rev 6914 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6914 Rev 7033
Line 3... Line 3...
3
import static org.junit.Assert.*;
3
import static org.junit.Assert.*;
4
 
4
 
5
import java.util.ArrayList;
5
import java.util.ArrayList;
6
import java.util.Map;
6
import java.util.Map;
7
 
7
 
8
import org.apache.log4j.xml.DOMConfigurator;
-
 
9
import org.junit.After;
8
import org.junit.After;
10
import org.junit.AfterClass;
9
import org.junit.AfterClass;
11
import org.junit.Before;
10
import org.junit.Before;
12
import org.junit.BeforeClass;
11
import org.junit.BeforeClass;
13
import org.junit.Test;
12
import org.junit.Test;
Line 25... Line 24...
25
    /**
24
    /**
26
     * Test Case main line
25
     * Test Case main line
27
     */
26
     */
28
    public static void main(String[] args)
27
    public static void main(String[] args)
29
    {
28
    {
30
        DOMConfigurator.configure("utf.xml");
-
 
31
        JUnitCore.main("com.erggroup.buildtool.utf.ReleaseConfigDataTest");
29
        JUnitCore.main("com.erggroup.buildtool.utf.ReleaseConfigDataTest");
32
    }
30
    }
33
    
31
    
34
    @BeforeClass
32
    @BeforeClass
35
    public static void setUpBeforeClass() throws Exception
33
    public static void setUpBeforeClass() throws Exception