Skip to content
Snippets Groups Projects
Commit 13884d3b authored by felmer's avatar felmer
Browse files

OBP-37 add a UUID to test home database instance

SVN: 17737
parent 7133bd8c
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ public class CommonTestUtils
{
final DatabaseInstancePE databaseInstance = new DatabaseInstancePE();
databaseInstance.setCode(code);
databaseInstance.setUuid("UUID-" + code);
return databaseInstance;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment