CCM NG: Fixed CategoryRepositoryTest

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3947 8810af33-2d31-482b-a856-94f89814c4df
pull/2/head
jensp 2016-03-21 20:01:11 +00:00
parent 2f7b0f1dcb
commit b32c0ab6f1
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public class CategoryRepositoryTest {
@ShouldMatchDataSet( @ShouldMatchDataSet(
value = "datasets/org/libreccm/categorization/CategoryRepositoryTest/" value = "datasets/org/libreccm/categorization/CategoryRepositoryTest/"
+ "after-save-new-category.yml", + "after-save-new-category.yml",
excludeColumns = {"object_id"}) excludeColumns = {"object_id", "uuid"})
@InSequence(3100) @InSequence(3100)
public void saveNewCategory() { public void saveNewCategory() {
final Category category = new Category(); final Category category = new Category();