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/JdbcDataContextStrategyTest.java

    r887 r888  
    4444 
    4545 
    46 public class JdbcDataContextStrategyTest extends MetaModelTestCase { 
     46public class JdbcDataContextStrategyTest extends MetadataBeansTestCase { 
    4747 
    4848        public void testGetDefaultSchema() throws Exception { 
     
    358358 
    359359                                        @Override 
    360                                         protected MutableSchema getMainSchema() throws MetaModelException { 
     360                                        protected MutableSchema getMainSchema() throws MetadataBeansException { 
    361361                                                return schema; 
    362362                                        } 
     
    364364                                        @Override 
    365365                                        protected String getMainSchemaName() 
    366                                                         throws MetaModelException { 
     366                                                        throws MetadataBeansException { 
    367367                                                return "PUBLIC"; 
    368368                                        } 
Note: See TracChangeset for help on using the changeset viewer.