Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The transaction test cleanup isn't complete apparently.
Browse files Browse the repository at this point in the history
vnayar committed Dec 15, 2024
1 parent 22d7587 commit 0a39615
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hdtest/source/htestmain.d
Original file line number Diff line number Diff line change
@@ -48,11 +48,12 @@ int main(string[] args) {
test3.setConnectionParams(par);
runTests(test3);

TransactionTest test4 = new TransactionTest();
GeneratedTest test4 = new GeneratedTest();
test4.setConnectionParams(par);
runTests(test4);

GeneratedTest test5 = new GeneratedTest();
// TODO: Some tests that run after this have errors, find out why.
TransactionTest test5 = new TransactionTest();
test5.setConnectionParams(par);
runTests(test5);

0 comments on commit 0a39615

Please sign in to comment.