Removed two dubious test lines from the Octave Unit test (#325)

they did not pass in Octave-4.0.0, and I can't see their actual
testing value.
This commit is contained in:
Jacob Støren 2015-07-01 07:34:40 +02:00
parent 09d14c8ee2
commit f28c18d76a

View File

@ -61,8 +61,7 @@
%! CoarseInfo1 = riGetCoarseningInfo();
%! assert(rows(CoarseInfo1) == 0);
%! assert(columns(CoarseInfo1) == 6);
%! CoarseInfo2 = riGetCoarseningInfo(1);
%! assert(CoarseInfo1 == CoarseInfo2);
### Matrix[numGrids][3] riGetGridDimensions([CaseId])
%!test