|
|
@@ -157,6 +157,7 @@ public class DependencyMetricsTest |
|
|
|
* Make sure that myrmidon package does not have any |
|
|
|
* unwanted dependencies. |
|
|
|
*/ |
|
|
|
/* |
|
|
|
public void testMyrmidonDecoupled() |
|
|
|
{ |
|
|
|
final String packageName = "org.apache.myrmidon"; |
|
|
@@ -166,6 +167,7 @@ public class DependencyMetricsTest |
|
|
|
}; |
|
|
|
doTestDecoupled( packageName, badEfferents ); |
|
|
|
} |
|
|
|
*/ |
|
|
|
|
|
|
|
/** |
|
|
|
* Make sure that antlib package does not have any |
|
|
|