CVS: junit/src/org/junit/runners Suite.java,1.2,1.3

David Saff <[email protected]>
Newsgroups gmane.comp.java.junit.devel
Message-ID <[email protected]>
Update of /cvsroot/junit/junit/src/org/junit/runners
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2290/src/org/junit/runners

Modified Files:
	Suite.java 
Log Message:
Fixing exception handling and documentation

Index: Suite.java
===================================================================
RCS file: /cvsroot/junit/junit/src/org/junit/runners/Suite.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Suite.java	21 Nov 2006 19:52:30 -0000	1.2
+++ Suite.java	21 Feb 2007 20:26:29 -0000	1.3
@@ -16,7 +16,7 @@
  * Using <code>Suite</code> as a runner allows you to manually
  * build a suite containing tests from many classes. It is the JUnit 4 equivalent of the JUnit 3.8.x
  * static {@link junit.framework.Test} <code>suite()</code> method. To use it, annotate a class
- * with <code>@RunWith(Suite.class)</code> and <code>SuiteClasses(TestClass1.class, ...)</code>.
+ * with <code>@RunWith(Suite.class)</code> and <code>@SuiteClasses(TestClass1.class, ...)</code>.
  * When you run this class, it will run all the tests in all the suite classes.
  */
 public class Suite extends TestClassRunner {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.