[jboss-cvs] JBossAS SVN: r75983 - projects/aop/branches/joinpoint_graph/aop/src/test/org/jboss/aop/joinpoint/graph.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 17 20:25:36 EDT 2008


Author: flavia.rainone at jboss.com
Date: 2008-07-17 20:25:36 -0400 (Thu, 17 Jul 2008)
New Revision: 75983

Modified:
   projects/aop/branches/joinpoint_graph/aop/src/test/org/jboss/aop/joinpoint/graph/AllTests.java
Log:
[JBAOP-508] Added the MainJoinPointGraphTest, that verifies the graph works as a whole.

Modified: projects/aop/branches/joinpoint_graph/aop/src/test/org/jboss/aop/joinpoint/graph/AllTests.java
===================================================================
--- projects/aop/branches/joinpoint_graph/aop/src/test/org/jboss/aop/joinpoint/graph/AllTests.java	2008-07-17 23:59:59 UTC (rev 75982)
+++ projects/aop/branches/joinpoint_graph/aop/src/test/org/jboss/aop/joinpoint/graph/AllTests.java	2008-07-18 00:25:36 UTC (rev 75983)
@@ -35,6 +35,7 @@
    {
       TestSuite suite = new TestSuite("Test for org.jboss.aop.joinpoint.graph");
       //$JUnit-BEGIN$
+      suite.addTestSuite(MainJoinPointGraphTest.class);
       suite.addTest(SearchKeyParserTest.suite());
       suite.addTestSuite(TypedefParserTest.class);
       suite.addTestSuite(EmptySearchKeyTest.class);




More information about the jboss-cvs-commits mailing list