From: Jean Privat Date: Sat, 10 Jan 2015 03:32:54 +0000 (-0500) Subject: tests: update sav/nitunit since fullnames changed in generated files X-Git-Tag: v0.7.1~28^2 X-Git-Url: http://nitlanguage.org tests: update sav/nitunit since fullnames changed in generated files Signed-off-by: Jean Privat --- diff --git a/tests/sav/nitunit_args4.res b/tests/sav/nitunit_args4.res index faaa0c9..91eb55f 100644 --- a/tests/sav/nitunit_args4.res +++ b/tests/sav/nitunit_args4.res @@ -5,17 +5,17 @@ Entities: 4; Documented ones: 3; With nitunits: 3; Failures: 0 TestSuites: No test cases found Class suites: 0; Test Cases: 0; Failures: 0 -if true then +if true then assert true end -if true then +if true then assert true end -var a = 1 +var a = 1 assert a == 1 assert a == 1 \ No newline at end of file diff --git a/tests/sav/nitunit_args5.res b/tests/sav/nitunit_args5.res index 7019ad0..356eaf4 100644 --- a/tests/sav/nitunit_args5.res +++ b/tests/sav/nitunit_args5.res @@ -5,7 +5,7 @@ Entities: 6; Documented ones: 5; With nitunits: 3; Failures: 0 TestSuites: No test cases found Class suites: 0; Test Cases: 0; Failures: 0 -assert true # tested -assert true # tested -assert true # tested +assert true # tested +assert true # tested +assert true # tested \ No newline at end of file