diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-14 10:08:28 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-14 10:08:28 +0000 |
commit | 5dc85b1729595d79f93e4ae07af98dcb998c4a98 (patch) | |
tree | 8db01125baa43ebb4c95c28e52b8e667b7982edf | |
parent | 2df07ad811f0929103ef03c4ac84fdbfde00412f (diff) |
Remove old comment that no longer applies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070423 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/modules/node-impl/src/test/java/org/apache/tuscany/sca/node/impl/QuietLoggingTestCase.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/modules/node-impl/src/test/java/org/apache/tuscany/sca/node/impl/QuietLoggingTestCase.java b/sca-java-2.x/trunk/modules/node-impl/src/test/java/org/apache/tuscany/sca/node/impl/QuietLoggingTestCase.java index c18500886f..2d3b4f7c2f 100644 --- a/sca-java-2.x/trunk/modules/node-impl/src/test/java/org/apache/tuscany/sca/node/impl/QuietLoggingTestCase.java +++ b/sca-java-2.x/trunk/modules/node-impl/src/test/java/org/apache/tuscany/sca/node/impl/QuietLoggingTestCase.java @@ -64,10 +64,7 @@ public class QuietLoggingTestCase { Node node = nf.createNode(); node.start(); node.stop(); - - - // This doesn't actually check the logging yet, need to figure out a - // way to get the log output so for now has to be run manually + Assert.assertEquals(0 , logRecords.size()); } |