Skip to content

Commit

Permalink
fix new table error message detection in DuplicateSlonyIdsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
nkiraly committed Jul 16, 2015
1 parent d9cc503 commit c3082a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pgsql8/DuplicateSlonyIdsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function testDuplicateTableIds() {
<column name="d" type="serial" slonyId="2"/>
</table>
XML;
$this->common_dups($xml, "table c slonyId 1 already in table_slony_ids -- duplicates not allowed");
$this->common_dups($xml, "new table c slonyId 1 already in table_slony_ids -- duplicates not allowed");
}

public function testDuplicateColumnIds() {
Expand Down

0 comments on commit c3082a1

Please sign in to comment.