Ignore:
Timestamp:
02/04/10 21:57:54 (2 years ago)
Author:
kasper
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MetadataBeans/trunk/src/test/java/org/eobjects/metamodel/QueryPostprocessDataContextStrategyTest.java

    r887 r888  
    3939import org.eobjects.metamodel.schema.Table; 
    4040 
    41 public class QueryPostprocessDataContextStrategyTest extends MetaModelTestCase { 
     41public class QueryPostprocessDataContextStrategyTest extends MetadataBeansTestCase { 
    4242 
    4343        private final Schema schema = getExampleSchema(); 
     
    9999 
    100100                        @Override 
    101                         protected String getMainSchemaName() throws MetaModelException { 
     101                        protected String getMainSchemaName() throws MetadataBeansException { 
    102102                                return schema.getName(); 
    103103                        } 
    104104 
    105105                        @Override 
    106                         protected Schema getMainSchema() throws MetaModelException { 
     106                        protected Schema getMainSchema() throws MetadataBeansException { 
    107107                                return schema; 
    108108                        } 
Note: See TracChangeset for help on using the changeset viewer.