Skip to content

Commit ddd08e4

Browse files
Add NullRawQueryTest to test suite
1 parent 5566f4f commit ddd08e4

File tree

2 files changed

+46
-24
lines changed

2 files changed

+46
-24
lines changed

.idea/workspace.xml

Lines changed: 45 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/net/zetetic/tests/TestSuiteRunner.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ private List<SQLCipherTest> getTestsToRun(){
126126
tests.add(new BindLongRawQueryTest());
127127
tests.add(new BindFloatRawQueryTest());
128128
tests.add(new BindByteArrayRawQueryTest());
129+
tests.add(new NullRawQueryTest());
129130
return tests;
130131
}
131132
}

0 commit comments

Comments
 (0)