summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-16 01:02:22 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-16 01:02:22 +0000
commit458c04a7761661c57066e3c8b44fd5df84032560 (patch)
tree7ca494cc945ccc6e51365002fbe348c4fc4ba051
parentfdbb34bf50e4c67dc355e922a87849c706e1d699 (diff)
downloadATCD-458c04a7761661c57066e3c8b44fd5df84032560.tar.gz
Mon Jun 16 01:01:27 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--ACE/ChangeLog8
-rwxr-xr-xACE/bin/fuzz.pl1
2 files changed, 7 insertions, 2 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 29fc8fc3d72..01f54b68874 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,8 +1,14 @@
+Mon Jun 16 01:01:27 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * bin/fuzz.pl:
+
+ Enable check_for_tab check for TAO/tests
+
Sun Jun 15 16:03:29 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
* bin/fuzz.pl:
- Enable check_for_tab check for TAO\orbsvcs
+ Enable check_for_tab check for TAO/orbsvcs
Sun Jun 15 13:23:13 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 3768f2d9381..73559f246dd 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -394,7 +394,6 @@ sub check_for_tab ()
# of ACE/TAO/CIAO
if (($file =~ /(ACE)*.*examples/i) ||
($file =~ /(ACE)*.*apps/i) ||
- ($file =~ /(TAO)*.*tests/i) ||
($file =~ /(TAO)*.*tools/i) ||
($file =~ /(TAO)*.*performance-tests/i) ||
($file =~ /(TAO)*.*examples/i)) {