X-Git-Url: https://git.sthu.org/?p=libstick.git;a=blobdiff_plain;f=tests%2Fbooleanmatrix.h;h=0cba01971cff197b8f4a08b92840f2cdb1b67c20;hp=8554bf3d1b5eb407eef1c38ddb65447fa6ecd663;hb=929c696bfb48aa0f96ce2b70b1b926b5f2b2dede;hpb=267194caeb2fe56530b11c440fefd01c344e5482 diff --git a/tests/booleanmatrix.h b/tests/booleanmatrix.h index 8554bf3..0cba019 100644 --- a/tests/booleanmatrix.h +++ b/tests/booleanmatrix.h @@ -69,7 +69,7 @@ class BooleanmatrixTestSuite: public Test::Suite { col.push_back(0); // Add column and test for values - mat.add_column(5, col); + mat.addColumn(5, col); for (unsigned c=0; c < size; ++c) { if (c==5) { for (unsigned r=0; r < size; ++r ) @@ -96,7 +96,7 @@ class BooleanmatrixTestSuite: public Test::Suite { row.push_back(3); // Add row and test for values - mat.add_row(5, row); + mat.addRow(5, row); for (unsigned r=0; r < size; ++r) { if (r==5) { for (unsigned c=0; c < size; ++c )