Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] fix test count in t_01_table.m, was off by one
This was causing: ok 168 - TABLE . TABLE : nested tables : T == T(ii, :)) Ran 168 of 169 tests: 147 passed, 0 failed, 21 skipped Looks like I've only got 168 tests there now: [t] $ pwd /Users/janke/repos/octave-tablicious/inst/t [t] $ grep t_ok t_01_table.m | wc -l 113 [t] $ grep t_is t_01_table.m | wc -l 55 Bumping the test count down by one gets the expected and actual test counts to align, and an "all tests successful" message, which I like: ok 168 - TABLE . TABLE : nested tables : T == T(ii, :)) All tests successful (147 passed, 21 skipped of 168)
- Loading branch information