From: Wolfgang Bangerth Date: Thu, 15 Feb 2007 21:32:54 +0000 (+0000) Subject: rename testcase, since grid_generator_04 has already been added X-Git-Tag: v8.0.0~10517 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00473d3a4feeabeef4d946f7e929c70d4eefb38c;p=dealii.git rename testcase, since grid_generator_04 has already been added git-svn-id: https://svn.dealii.org/trunk@14486 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fail/grid_generator_04.cc b/tests/fail/grid_generator_04.cc index dd657c7ec0..6cca8adcac 100644 --- a/tests/fail/grid_generator_04.cc +++ b/tests/fail/grid_generator_04.cc @@ -1,8 +1,8 @@ //--------------------------------------------------------------------------- -// $Id: grid_generator_02.cc 14204 2006-11-17 03:49:08Z bangerth $ +// $Id: grid_generator_05.cc 14204 2006-11-17 03:49:08Z bangerth $ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -96,7 +96,7 @@ void test(std::ostream& out) int main() { - std::ofstream logfile("grid_generator_04/output"); + std::ofstream logfile("grid_generator_05/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10);