summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2001-06-12 17:45:19 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2001-06-12 17:45:19 +0000
commit00400ef244e0787f4f13a9391b08c53425169afe (patch)
tree2af622c2c8544c64dd95db2ffce8bad683f6ce7e
parent9405d503445f0135fcd1ab67ffafeb06c67c120f (diff)
examples/msvc6/CppUnitTestApp/CppUnitTestApp.cpp: modified so that the dialog
is not displayed after the tests are run.
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9ff963..851b208 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,9 @@
* examples/cppunittest/OrthodoxTest.*: operator ! use explicit construction.
+ * examples/msvc6/CppUnitTestApp/CppUnitTestApp.cpp: modified so that the dialog
+ is not displayed after the tests are run.
+
2001-06-11 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* examples/cppunittest/TestResultTest.cpp (testAddTwoErrors,