Project

General

Profile

« Previous | Next » 

Revision 15d48661

Added by Andreas Müller over 4 years ago

cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/validate/PesiErmsValidator.java
304 304

  
305 305
    private boolean testSingleTaxon(ResultSet srcRS, ResultSet destRS) throws SQLException {
306 306
        String id = String.valueOf(srcRS.getInt("id"));
307
        //not complete yet
307
        //complete
308 308
        boolean success = equals("Taxon ID", "tu_id: " + srcRS.getInt("id"), destRS.getString("IdInSource"), id);
309 309
        success &= equals("Taxon source", "ERMS export for PESI", destRS.getString("sourceName"), id);
310 310

  

Also available in: Unified diff