brett       2005/09/24 00:56:09

  Modified:    
m2/unit-tests/openejb-core/src/test/java/org/openejb/corba/compiler
                        PortableStubCompilerTest.java
  Log:

  more test-resources fixes
  
  Revision  Changes    Path
  1.3       +5 -5      
openejb/m2/unit-tests/openejb-core/src/test/java/org/openejb/corba/compiler/PortableStubCompilerTest.java
  
  Index: PortableStubCompilerTest.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/m2/unit-tests/openejb-core/src/test/java/org/openejb/corba/compiler/PortableStubCompilerTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- PortableStubCompilerTest.java     23 Sep 2005 07:44:17 -0000      1.2
  +++ PortableStubCompilerTest.java     24 Sep 2005 04:56:09 -0000      1.3
  @@ -64,15 +64,15 @@
       private static final File basedir = new 
File(System.getProperty("basedir", System.getProperty("user.dir")));
   
       public void testBeanPropertiesNameMangler() throws Exception {
  -        assertMangling( 
"src/test/test-resources/beanPropertiesNameMangler.properties", 
BeanProperties.class);
  +        assertMangling( 
"src/test/resources/beanPropertiesNameMangler.properties", 
BeanProperties.class);
       }
   
       public void testBasicNameMangler() throws Exception {
  -        assertMangling("src/test/test-resources/nameMangler.properties", 
Foo.class);
  +        assertMangling("src/test/resources/nameMangler.properties", 
Foo.class);
       }
   
       public void testSpecialNameMangler() throws Exception {
  -        
assertMangling("src/test/test-resources/specialNameMangler.properties", 
Special.class);
  +        assertMangling("src/test/resources/specialNameMangler.properties", 
Special.class);
       }
   
       private void assertMangling(String propertiesFile, Class intf) throws 
IOException {
  
  
  

Reply via email to