From: bangerth Date: Sun, 14 Dec 2008 02:34:57 +0000 (+0000) Subject: Update X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71587ea70c4ba4a290e022dd18e74fad55a848ed;p=dealii-svn.git Update git-svn-id: https://svn.dealii.org/trunk@17940 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 3fc7dc3f31..5ab69186e9 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -124,7 +124,7 @@

deal.II has a testsuite that, at the time this article is written, - has some 1250 small programs that we run every time we make a + has some 1550 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