summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-03-13 09:43:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-03-13 09:43:30 +0000
commit23cc96386cdf90fbdc05363839d7cd6d937d5199 (patch)
treef5a010cbad04256695c8fa9c89a00982a84d2f1d
parent1263e9d547482b61f109be1020a6663f66e7f748 (diff)
downloadATCD-23cc96386cdf90fbdc05363839d7cd6d937d5199.tar.gz
ChangeLogTag: Sat Mar 13 09:43:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df86af54973..cd8ea31a90e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Sat Mar 13 09:43:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Dirent_Test.cpp:
+ The first step of this test is to test the selector. To test this the
+ test uses Makefile as file to test for, but with the MPC builds we
+ remove the file Makefile and generate the file GNUMakefile, so at the
+ moment this tests runs there is no Makefile file and the test fails.
+ Changed the test so that it uses Dirent_Test.cpp as filename, this
+ is always there. Thanks to Martin Corino <mcorino@remedy.nl> for
+ figuring out the problem.
+
Fri Mar 12 16:29:29 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tests/SString_Test.cpp: