]> source.dussan.org Git - sonarqube.git/commitdiff
Fix compatibility of test AnalysisReportDaoTest with Oracle
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 4 Feb 2015 08:21:26 +0000 (09:21 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 5 Feb 2015 15:46:30 +0000 (16:46 +0100)
server/sonar-server/src/test/java/org/sonar/server/computation/db/AnalysisReportDaoTest.java

index e0f74762a67a2b1efdd64582e753f4b94751e50d..9cab6044c2a0f1b313f1c97be93591d411090c59 100644 (file)
@@ -88,9 +88,6 @@ public class AnalysisReportDaoTest {
     session.commit();
 
     db.assertDbUnit(getClass(), "insert-result.xml", "analysis_reports");
-    // update dto with generated id
-    assertThat(report1.getId()).isNotNull();
-    assertThat(report2.getId()).isNotNull();
   }
 
   @Test