From: Matthias Maier Date: Thu, 3 Oct 2013 23:31:04 +0000 (+0000) Subject: Port new tests X-Git-Tag: v8.1.0~570^2~119 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3767871d9b1b068a391545d5bd0882ce1b0f8e7a;p=dealii.git Port new tests git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31112 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/graph_coloring_04.cc b/tests/base/graph_coloring_04.cc index a417c2c1ca..901430bc8a 100644 --- a/tests/base/graph_coloring_04.cc +++ b/tests/base/graph_coloring_04.cc @@ -98,7 +98,7 @@ void check () int main (int argc, char *argv[]) { - std::ofstream logfile("graph_coloring_04/output"); + std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console (0); diff --git a/tests/base/graph_coloring_04.output b/tests/base/graph_coloring_04.output new file mode 100644 index 0000000000..0fd8fc12f0 --- /dev/null +++ b/tests/base/graph_coloring_04.output @@ -0,0 +1,2 @@ + +DEAL::OK