Skip to content

test: fix assert messages in case of failure

Rodrigo Muino Tomonari requested to merge github/fork/bpinhosilva/master into master

When there are three arguments in strictEqual() call and AssertionError exists, the previous two values are not printed. This improves debugging messages visibility when there is a fail. The messages were removed where the instruction is self-explanatory.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading