Single input data test passes

This commit is contained in:
Simon Rose
2022-05-11 12:57:25 +02:00
committed by Michael Davidsaver
parent 1dc34a02e2
commit 84f4771691
2 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -437,7 +437,7 @@ testNto1AveragePartial(void) {
long nReq = 1;
DBADDR wfaddr, caddr;
testDiag("Test Average");
testDiag("Test Average, Partial");
testdbPrepare();
testdbReadDatabase("recTestIoc.dbd", NULL, NULL);
@@ -480,7 +480,7 @@ testNto1AveragePartial(void) {
MAIN(compressTest)
{
testPlan(123);
testPlan(127);
testFIFOCirc();
testLIFOCirc();
testNto1Average();