Skip to content

Commit

Permalink
Only register datasources once
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 10, 2023
1 parent 988a4b4 commit d23018e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class TestXrefList {
@Before
public void setUp() throws Exception {
client = ConnectionSettings.createClient();
DataSourceTxt.init();
if (!DataSource.systemCodeExists("S")) DataSourceTxt.init();
}

@Test
Expand Down

0 comments on commit d23018e

Please sign in to comment.