Project

General

Profile

« Previous | Next » 

Revision 138715e0

Added by Andreas Müller over 3 years ago

replace links to trac tickets by links to redmine tickets in javadoc

View differences:

cdmlib-persistence/src/test/java/eu/etaxonomy/cdm/persistence/dao/hibernate/taxon/ClassificationDaoHibernateImplTest.java
66 66
    }
67 67

  
68 68
    /**
69
     * see http://dev.e-taxonomy.eu/trac/ticket/2778
69
     * see https://dev.e-taxonomy.eu/redmine/issues/2778
70 70
     * Classification/{uuid}/childNodesAt/{rank-uuid} fails if only species in database
71 71
     */
72 72
    @Test
......
78 78
        Classification classification = classificationDao.load(FLAT_CLASSIFICATION_UUID);
79 79

  
80 80
        includeUnpublished = true;
81
        // test for the bug in http://dev.e-taxonomy.eu/trac/ticket/2778
81
        // test for the bug in https://dev.e-taxonomy.eu/redmine/issues/2778
82 82
        Rank rank = Rank.GENUS();
83 83
        // run both queries in dao method since rank != null
84 84
        List<TaxonNode> rootNodes = classificationDao.listRankSpecificRootNodes(classification, null, rank, includeUnpublished,
......
340 340

  
341 341

  
342 342
    /**
343
     * At the moment the data created is special to the issue http://dev.e-taxonomy.eu/trac/ticket/2778
343
     * At the moment the data created is special to the issue https://dev.e-taxonomy.eu/redmine/issues/2778
344 344
     * ClassificationDaoHibernateImplTest.issue2778.xml
345 345
     *
346 346
     * {@inheritDoc}

Also available in: Unified diff