Set testPlan in dbCaStatsTest.c

This commit is contained in:
Andrew Johnson
2015-03-09 18:07:13 -05:00
parent a3793c368a
commit e0f97a9215
+1 -1
View File
@@ -67,7 +67,7 @@ void testCaStats(void) {
MAIN(dbCaStatsTest)
{
testPlan(0);
testPlan(5);
testCaStats();
return testDone();
}