database-rider / database-rider

Database testing made easy!

Home Page:https://database-rider.github.io/database-rider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataset provider is lost during merge

mdiachuk opened this issue · comments

DataSetProvider is lost when I try to merge two DataSet annotations. I've found that it in AnnotationUtils#mergeDataSetAnnotations DataSetImpl is used. This class does not accept provider as constructor parameter and sets

@rmpestano I've prepared fix and test #560