X-Git-Url: https://git.sthu.org/?p=libstick.git;a=blobdiff_plain;f=tests%2Fbooleanmatrix.h;h=6cbf53847a62a93724a0ed91821e4a5577f7ea10;hp=71533ffbaf392ef44841d778196e3aaea8390e95;hb=799cd8e53b06b4f9ec7d4dde13ab600717982099;hpb=b3a9951228b854b44c507b32a61e9d36e74709d9 diff --git a/tests/booleanmatrix.h b/tests/booleanmatrix.h index 71533ff..6cbf538 100644 --- a/tests/booleanmatrix.h +++ b/tests/booleanmatrix.h @@ -63,10 +63,10 @@ class boolean_matrix_TestSuite: public Test::Suite { for (unsigned c=0; c < size; ++c) TEST_ASSERT(mat.get_column(c).size() == 0); + col.push_back(0); col.push_back(3); - col.push_back(14); col.push_back(8); - col.push_back(0); + col.push_back(14); // Add column and test for values mat.add_column(5, col);