From 53623e6ab1c9ea4b299338da3c453218ef5ccedd Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Fri, 9 Jan 2015 22:32:54 -0500 Subject: [PATCH] tests: update sav/nitunit since fullnames changed in generated files Signed-off-by: Jean Privat --- tests/sav/nitunit_args4.res | 6 +++--- tests/sav/nitunit_args5.res | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 -- 1.7.9.5