]> source.dussan.org Git - sonarqube.git/commitdiff
Fix test
authorJulien HENRY <julien.henry@sonarsource.com>
Thu, 19 Feb 2015 09:35:02 +0000 (10:35 +0100)
committerJulien HENRY <julien.henry@sonarsource.com>
Thu, 19 Feb 2015 09:35:02 +0000 (10:35 +0100)
server/sonar-server/src/test/java/org/sonar/server/db/migrations/v51/FeedFileSourcesBinaryDataTest.java

index 59736a306a2bb58c962606820d8bdd451480a1eb..c9e97998a373916beaaf725da798af2c3f6eadf2 100644 (file)
@@ -76,7 +76,7 @@ public class FeedFileSourcesBinaryDataTest {
     DatabaseMigration migration = new FeedFileSourcesBinaryData(db.database());
 
     thrown.expect(IllegalStateException.class);
-    thrown.expectMessage("Error during processing of row: [id=1]");
+    thrown.expectMessage("Error during processing of row: [id=1,data=");
 
     migration.execute();
   }