summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-01-27 06:47:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-01-27 06:47:36 +0000
commitdd21ca1441db6dc1ec1a2491e0a7c2bda02e5202 (patch)
treed741bec4695d74bb7a61d2c748cf9f384da6afbe
parentb480449c8a312cb23db581db0081099532f00cf8 (diff)
downloadATCD-dd21ca1441db6dc1ec1a2491e0a7c2bda02e5202.tar.gz
Wed Jan 27 06:47:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Bug_3817_Regression/Bar.idl: Fixed fuzz and commented out the double provides, that will make the scoreboard turn green again for the moment
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/tests/Bug_3817_Regression/Bar.idl2
2 files changed, 7 insertions, 1 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index b0a7e4bdc87..723cc7160ba 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 27 06:47:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Bug_3817_Regression/Bar.idl:
+ Fixed fuzz and commented out the double provides, that will
+ make the scoreboard turn green again for the moment
+
Tue Jan 26 23:07:18 UTC 2010 Abdul Sowayan <sowayan@gmail.com>
* tests/Bug_3817_Regression/Bar.idl:
diff --git a/CIAO/tests/Bug_3817_Regression/Bar.idl b/CIAO/tests/Bug_3817_Regression/Bar.idl
index a35db34579c..28dbae102c5 100644
--- a/CIAO/tests/Bug_3817_Regression/Bar.idl
+++ b/CIAO/tests/Bug_3817_Regression/Bar.idl
@@ -12,7 +12,7 @@ interface Foo
component Bar
{
- provides Foo foo1;
+// provides Foo foo1;
provides Foo foo2;
};