Project

General

Profile

« Previous | Next » 

Revision d0b1ea31

Added by Andreas Kohlbecker about 6 years ago

fixing bug intoduced by refactoring

View differences:

src/test/java/eu/etaxonomy/cdm/vaadin/presenter/StatusPresenterTest.java
125 125

  
126 126
            String uuid = (String)item.getItemProperty("UUID").getValue();
127 127
            Assert.assertEquals(uuids[count], uuid);
128
            String titleCache = (String)item.getItemProperty("BIBLIOGRAPHIC_TITLE").getValue();
128
            String titleCache = (String)item.getItemProperty("TITLECACHE").getValue();
129 129
            logger.info("titleCache : " + titleCache);
130 130
            count++;
131 131

  

Also available in: Unified diff