sjurgemeyer / spock-extensions

2 stars 2 forks source link

@SingleExecution is not working with InsertIdentityOperation #2

Open Kanti1702 opened 7 years ago

Kanti1702 commented 7 years ago

When I try to use @SingleExecution with @DbUnit with following configuration:

@DbUnit(configure={ IDatabaseTester it -> it.setUpOperation = InsertIdentityOperation.REFRESH it.tearDownOperation = InsertIdentityOperation.DELETE }) def content = { table1(column1:value1,column2:value2) }

@SingleExecution def "test table1"(){ ....... }

Kanti1702 commented 7 years ago

Hey @sjurgemeyer , are you active on this project or you have stopped maintaining this project?