Changeset 7463
- Timestamp:
- Mar 27, 2018, 2:08:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.12-stable/src/test/TestAnnotationFlatFileImporter.java
r6921 r7463 89 89 ok &= TestJob.test_execute(jobId, false); 90 90 91 // One more time to check if update is possible (due to Hibernate bug described in #2110) 92 int jobId2 = test_create_job(pluginDefinitionId, fileId, timeId, ageId, enumId, timestampId, commentId, commentId); 93 ok &= TestJob.test_execute(jobId2, false); 94 91 95 // Test: list the result 92 96 TestAnnotation.test_list_annotations(Item.SAMPLE, sample1, Annotation.Source.PRIMARY, 5); … … 101 105 102 106 TestJob.test_delete(jobId); 107 TestJob.test_delete(jobId2); 103 108 TestFile.test_delete(fileId); 104 109 TestSample.test_delete(sample1);
Note: See TracChangeset
for help on using the changeset viewer.