From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Fri, 1 Feb 2008 14:05:35 +0000 (+0000)
Subject: Update number of tests
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6f484e836482b6c45ad9b47ed18a249f76baaa;p=dealii-svn.git

Update number of tests

git-svn-id: https://svn.dealii.org/trunk@15702 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html
index 0dd80ff6ae..673972df2d 100644
--- a/deal.II/doc/development/testsuite.html
+++ b/deal.II/doc/development/testsuite.html
@@ -5,7 +5,7 @@
   <link href="../screen.css" rel="StyleSheet">
   <title>The deal.II Testsuite</title>
   <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta name="keywords" content="deal dealii finite elements fem triangulation">
@@ -120,7 +120,7 @@
 
     <p>
     deal.II has a testsuite that, at the time this article is written,
-    has some 950 small programs that we run every time we make a
+    has some 1250 small programs that we run every time we make a
     change to make sure that no existing functionality is broken. The
     expected output is also stored in our subversion archive, and when you
     run a test you are notified if a test fails. These days, every