From d27477e76fe7c68fa29d26a6e57ff17180e268d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 20 Dec 2016 14:48:13 +0100 Subject: [PATCH] adapt tests --- tests/testthat/reporters/junit.txt | 12 ++++++------ tests/testthat/reporters/summary-no-dots.txt | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/testthat/reporters/junit.txt b/tests/testthat/reporters/junit.txt index da329c00e..f65a249f3 100644 --- a/tests/testthat/reporters/junit.txt +++ b/tests/testthat/reporters/junit.txt @@ -3,25 +3,25 @@ - + - + - + - + - + - + diff --git a/tests/testthat/reporters/summary-no-dots.txt b/tests/testthat/reporters/summary-no-dots.txt index 9131bb36c..cc0491def 100644 --- a/tests/testthat/reporters/summary-no-dots.txt +++ b/tests/testthat/reporters/summary-no-dots.txt @@ -62,6 +62,8 @@ evaluation nested too deeply: infinite recursion / options(expressions=)? 9: f() at reporters/tests.R:42 10: f() at reporters/tests.R:42 ... +164: f() at reporters/tests.R:42 +165: f() at reporters/tests.R:42 166: f() at reporters/tests.R:42 167: f() at reporters/tests.R:42 168: f() at reporters/tests.R:42 @@ -70,7 +72,5 @@ evaluation nested too deeply: infinite recursion / options(expressions=)? 171: f() at reporters/tests.R:42 172: f() at reporters/tests.R:42 173: f() at reporters/tests.R:42 -174: f() at reporters/tests.R:42 -175: f() at reporters/tests.R:42 DONE ===========================================================================