Ignore:
Timestamp:
08/20/13 15:32:37 (11 years ago)
Author:
George.Georgovassilis@mpi.nl
Message:

#360 Refactoring of transaction handling, tests and application context

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/src/test/java/clarin/cmdi/componentregistry/impl/database/ProfileDescriptionDaoTest.java

    r1701 r3449  
    1010
    1111/**
    12  *
     12 * 
    1313 * @author Twan Goosen <twan.goosen@mpi.nl>
     14 * @author George.Georgovassilis@mpi.nl
    1415 */
    1516public class ProfileDescriptionDaoTest extends AbstractDescriptionDaoTest {
    1617
    1718    @Autowired
    18     ProfileDescriptionDao profileDescriptionDao;
     19    IProfileDescriptionDAO profileDescriptionDao;
    1920
    2021    @Before
     
    2829
    2930    @Override
    30     protected AbstractDescriptionDao getDao() {
     31    protected IAbstractDescriptionDao getDao() {
    3132        return profileDescriptionDao;
    3233    }
     
    3637        return ProfileDescription.createNewDescription();
    3738    }
    38    
     39
    3940    @Override
    4041    protected String getContentString() {
Note: See TracChangeset for help on using the changeset viewer.