[Nice-commit] Nice/src/nice/tools/testsuite TestSuiteException.java,1.4,1.5 TestSuiteClassLoader.jav
Brought to you by:
bonniot
From: <bo...@us...> - 2003-02-19 18:30:46
|
Update of /cvsroot/nice/Nice/src/nice/tools/testsuite In directory sc8-pr-cvs1:/tmp/cvs-serv8785/src/nice/tools/testsuite Modified Files: TestSuiteException.java TestSuiteClassLoader.java TestSuite.java TestNice.java TestCase.java PassTestCase.java NiceSourceFile.java GlobalSourceFile.java FailTestCase.java CompilerBugException.java Log Message: Typos. Set tab-width to 2 for Emacs, to get a more reasonable indenting. Index: TestSuiteException.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/TestSuiteException.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TestSuiteException.java 7 Sep 2002 21:04:53 -0000 1.4 --- TestSuiteException.java 19 Feb 2003 18:30:18 -0000 1.5 *************** *** 48,53 **** } ! ! ! ! --- 48,52 ---- } ! // Local Variables: ! // tab-width: 2 ! // End: Index: TestSuiteClassLoader.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/TestSuiteClassLoader.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TestSuiteClassLoader.java 7 Sep 2002 21:04:53 -0000 1.4 --- TestSuiteClassLoader.java 19 Feb 2003 18:30:19 -0000 1.5 *************** *** 63,64 **** --- 63,67 ---- } + // Local Variables: + // tab-width: 2 + // End: Index: TestSuite.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/TestSuite.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** TestSuite.java 7 Sep 2002 21:04:53 -0000 1.12 --- TestSuite.java 19 Feb 2003 18:30:20 -0000 1.13 *************** *** 20,24 **** /** ! * Class represents a testsuite file with its testcases. * * @author Alex Greif <a href="mailto:ale...@we...">ale...@we...</a> --- 20,24 ---- /** ! * A testsuite file with its testcases. * * @author Alex Greif <a href="mailto:ale...@we...">ale...@we...</a> *************** *** 224,226 **** } ! --- 224,228 ---- } ! // Local Variables: ! // tab-width: 2 ! // End: Index: TestNice.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/TestNice.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** TestNice.java 7 Sep 2002 21:04:53 -0000 1.19 --- TestNice.java 19 Feb 2003 18:30:25 -0000 1.20 *************** *** 440,460 **** } - - - - - - - - - - - - - - - - } ! --- 440,446 ---- } } ! // Local Variables: ! // tab-width: 2 ! // End: Index: TestCase.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/TestCase.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** TestCase.java 16 Oct 2002 11:43:45 -0000 1.16 --- TestCase.java 19 Feb 2003 18:30:25 -0000 1.17 *************** *** 498,501 **** } ! ! --- 498,502 ---- } ! // Local Variables: ! // tab-width: 2 ! // End: Index: PassTestCase.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/PassTestCase.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** PassTestCase.java 7 Sep 2002 21:04:53 -0000 1.8 --- PassTestCase.java 19 Feb 2003 18:30:27 -0000 1.9 *************** *** 58,59 **** --- 58,62 ---- } + // Local Variables: + // tab-width: 2 + // End: Index: NiceSourceFile.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/NiceSourceFile.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** NiceSourceFile.java 18 Sep 2002 19:36:59 -0000 1.14 --- NiceSourceFile.java 19 Feb 2003 18:30:28 -0000 1.15 *************** *** 368,370 **** } ! --- 368,372 ---- } ! // Local Variables: ! // tab-width: 2 ! // End: Index: GlobalSourceFile.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/GlobalSourceFile.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** GlobalSourceFile.java 7 Sep 2002 21:04:53 -0000 1.6 --- GlobalSourceFile.java 19 Feb 2003 18:30:28 -0000 1.7 *************** *** 50,51 **** --- 50,55 ---- } + + // Local Variables: + // tab-width: 2 + // End: Index: FailTestCase.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/FailTestCase.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** FailTestCase.java 7 Sep 2002 21:04:53 -0000 1.11 --- FailTestCase.java 19 Feb 2003 18:30:29 -0000 1.12 *************** *** 16,20 **** /** ! * TestCase class fot the case that the test should fail * * @author Alex Greif <a href="mailto:ale...@we...">ale...@we...</a> --- 16,20 ---- /** ! * TestCase class for test cases that should fail. * * @author Alex Greif <a href="mailto:ale...@we...">ale...@we...</a> *************** *** 62,67 **** /** * Parses the compiler messages for line, column, filename and compares them with the ! * Expected failure positions that the user defined. If the user definied more expected ! * failure positions than the compiler recognized than a warning is shown. * A warning is also shown when the user expected a failure at another position than the * compiler recognized. --- 62,67 ---- /** * Parses the compiler messages for line, column, filename and compares them with the ! * expected failure positions that the user defined. If the user defined more expected ! * failure positions than the compiler recognized then a warning is shown. * A warning is also shown when the user expected a failure at another position than the * compiler recognized. *************** *** 127,128 **** --- 127,131 ---- } + // Local Variables: + // tab-width: 2 + // End: Index: CompilerBugException.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/CompilerBugException.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CompilerBugException.java 7 Sep 2002 21:04:53 -0000 1.3 --- CompilerBugException.java 19 Feb 2003 18:30:30 -0000 1.4 *************** *** 17,21 **** /** ! * This exception is thrown when a bug occures in the compiler.. * * @author Alex Greif <a href="mailto:ale...@we...">ale...@we...</a> --- 17,21 ---- /** ! * This exception is thrown when a bug occurs in the compiler. * * @author Alex Greif <a href="mailto:ale...@we...">ale...@we...</a> *************** *** 30,35 **** } ! ! ! ! --- 30,34 ---- } ! // Local Variables: ! // tab-width: 2 ! // End: |