/usr/java/lib/xflow1.2.1/tests/xflow/TestConfig.java

1    package xflow; 
2     
3    import xflow.security.User; 
4     
5    /** 
6     * User: kosta 
7     * Date: Jun 28, 2004 
8     * Time: 9:31:59 PM 
9     */ 
10   public class TestConfig { 
11    
12     private static User user = new User( "xf_test" ,"none"); 
13    
14     public static User getUser() { 
15       return user; 
16     } 
17    
18   } 
19