Ignore:
Timestamp:
12/10/13 15:18:42 (10 years ago)
Author:
olhsha
Message:

lintegrity unit test reconstructed so it does not mock any more. getAnnotation works (the others are "ignored"). Needs refactoring (the subdirectory with beans and DummySecurityFilter? class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/test/java/eu/dasish/annotation/backend/dao/impl/JdbcAnnotationDaoTest.java

    r4146 r4173  
    4848    @Autowired
    4949    JdbcAnnotationDao jdbcAnnotationDao;   
    50     TestInstances testInstances = new TestInstances();
     50    TestInstances testInstances = new TestInstances(TestBackendConstants._TEST_SERVLET_URI);
    5151   
    5252     /**
     
    229229     */
    230230    @Test
    231     @Ignore
    232231    public void getAnnotationWithoutTargetsAndPermissions() throws SQLException, DatatypeConfigurationException {
    233232        System.out.println("test getAnnotationWithoutTargets");
     
    269268     * Test of addAnnotation method, of class JdbcAnnotationDao.
    270269     */
    271     @Test
    272     @Ignore   
     270    @Test 
    273271    public void testAddAnnotation() throws SQLException, Exception {
    274272        System.out.println("test_addAnnotation ");
     
    378376   
    379377    //////////////////////////////////
    380     @Test
    381     @Ignore   
     378    @Test
    382379    public void testUpdateBodyText() throws SQLException{
    383380        System.out.println("test updateBodyText");
Note: See TracChangeset for help on using the changeset viewer.