Project

General

Profile

« Previous | Next » 

Revision 8720

use Matthew Jones for test creator since he has an ORCID in their staging environment.

View differences:

SolrIndexIT.java
221 221
       String annotationResult = doQuery(solrIndex.getSolrServer(), "&fq=standard_sm:\"http://ecoinformatics.org/oboe/oboe.1.0/oboe-standards.owl#Gram\"");
222 222
       assertTrue(annotationResult.contains(pid.getValue()));
223 223
       assertTrue(annotationResult.contains("http://ecoinformatics.org/oboe/oboe.1.0/oboe-standards.owl#Gram"));
224

  
225
       // check that it contains the creator annotation as well
226
       assertTrue(annotationResult.contains("creator_sm"));
227
       assertTrue(annotationResult.contains("http://sandbox-1.orcid.org/0000-0003-2141-4459"));
228

  
224 229
    }
225 230
    
226 231
    /**

Also available in: Unified diff