Changelog Report

Timeframe: 730 days, Total Commits: 41 Total Number of Files Changed: 91

DateAuthorFile/Message
2004-06-01 14:10:16Mike Clark

doc/faq/faq.htm v 1.25

*** empty log message ***
2004-02-11 04:12:58Erik Meade

junit/runner/BaseTestRunner.java v 1.14

junit/swingui/MacProgressBar.java v 1.1

junit/swingui/ProgressBar.java v 1.4

junit/swingui/TestRunner.java v 1.17

Fixes bug reported on Support Request 615265 swingui progress bar color on Mac OS X
2003-12-25 01:51:34Erik Meade

junit/runner/excluded.properties v 1.5

Add org.apache.common.logging.* to excluded.properties. closes tracker 677417
2003-12-21 05:47:46Erik Meade

junit/framework/TestCase.java v 1.13

fix to follow coding convention
2003-12-20 20:22:24Erik Meade

junit/framework/TestCase.java v 1.12

fix doc
2003-12-20 18:30:46Erik Meade

doc/cookstour/cookstour.htm v 1.2

assert to assertTrue
2003-12-10 17:12:01Erik Meade

junit/framework/Assert.java v 1.17

Fix cut-n-paste error for assertNotSame javadocs
2003-05-25 21:03:28Mike Clark

doc/faq/faq.htm v 1.24

Fixed broken link to "How To Ask Questions The Smart Way".
2003-04-22 16:25:29Mike Clark

doc/faq/faq.htm v 1.23

Added "How do I write a test for an abstract class?"
2003-03-20 18:55:54Mike Clark

doc/faq/faq.htm v 1.22

Added "How do I organize all test classes in a TestSuite automatically and not use or manage a TestSuite explicitly?"
2003-02-28 22:13:37Mike Clark

doc/faq/faq.htm v 1.21

Added "How do I get one test suite to invoke another?"
2003-01-28 22:54:39Mike Clark

doc/faq/faq.htm v 1.20

Added "Is there a basic template I can use to create a test?"
2002-12-19 03:07:27Mike Clark

doc/faq/faq.htm v 1.19

Added Eric Armstrong's submissions to the "Running Tests" section. Ain't that classpath just a bundle of joy?
2002-11-13 14:36:55Mike Clark

doc/faq/faq.htm v 1.18

Added "How do I pass command-line arguments to a test execution?"
2002-09-02 22:22:45Eric Gamma

junit/awtui/TestRunner.java v 1.14

junit/samples/money/MoneyBag.java v 1.4

junit/swingui/TestRunner.java v 1.16

junit/tests/framework/AllTests.java v 1.5

removed some unused methods
2002-09-01 15:31:53Kent Beck

junit/tests/framework/DoublePrecisionAssertTest.java v 1.2

Oops. Assertion tests can't use the standard format for exception tests because the exception to be thrown is AssertionFailedError and the exception that signals failure is also AssertionFailedError.
2002-09-01 15:29:53Kent Beck

junit/tests/framework/AssertTest.java v 1.9

junit/tests/framework/ComparisonFailureTest.java v 1.1

junit/tests/framework/DoublePrecisionAssertTest.java v 1.1

Oops. Assertion tests can't use the standard format for exception tests because the exception to be thrown is AssertionFailedError and the exception that signals failure is also AssertionFailedError.
2002-09-01 15:18:57Kent Beck

junit/tests/framework/AllTests.java v 1.4

junit/tests/framework/AssertTest.java v 1.8

Reorganized the AssertTest, which had grown unwieldy.
2002-08-31 22:29:14Eric Gamma

junit/awtui/TestRunner.java v 1.13

removed unused parameters/fields as detected by PMD
2002-08-31 22:29:52Eric Gamma

README.html v 1.9

junit/swingui/AboutDialog.java v 1.4

junit/swingui/TestSelector.java v 1.3

fix for 602948 Swing UI: NoSuchMethodError on JDK 1.3
2002-08-31 22:28:57Eric Gamma

junit/framework/Assert.java v 1.16

junit/swingui/CounterPanel.java v 1.8

junit/swingui/TestRunner.java v 1.15

junit/tests/runner/TextRunnerTest.java v 1.4

removed unused parameters/fields as detected by PMD
2002-08-31 22:26:01Eric Gamma

junit/tests/framework/AssertTest.java v 1.7

fixed incorrect testComparisonErrorMessage test
2002-08-31 16:48:32Kent Beck

junit/framework/Assert.java v 1.15

junit/framework/ComparisonFailure.java v 1.7

Factored out commonality between ComparisonFailure and Assert. There still looks to be more to do in Assert itself.
2002-08-31 16:44:09Eric Gamma

README.html v 1.8

build.xml v 1.11

junit/runner/ReloadingTestSuiteLoader.java v 1.3

junit/runner/Version.java v 1.11

junit/tests/runner/BaseTestRunnerTest.java v 1.4

junit/tests/runner/TestCaseClassLoaderTest.java v 1.5

backed out calling setContextClassLoader on the test thread
2002-08-31 12:47:58Erik Meade

doc/cookbook/cookbook.htm v 1.6

Pointed Javadoc urls which are not include in the javadocs to the javadocs on JUnit.org.
2002-08-31 10:59:44Eric Gamma

junit/tests/framework/AssertTest.java v 1.6

improved names of test methods
2002-08-30 20:21:45Eric Gamma

junit/framework/ComparisonFailure.java v 1.6

junit/tests/framework/AssertTest.java v 1.5

fixing 601326
2002-08-24 00:22:07Eric Gamma

junit/runner/Version.java v 1.10

rolled back to @version@
2002-08-23 23:04:40Kent Beck

junit/runner/Version.java v 1.9

Put back abstract version number
2002-08-23 18:43:51Eric Gamma

README.html v 1.7

build.xml v 1.10

cpl-v10.html v 1.1

doc/cookbook/cookbook.htm v 1.5

junit/framework/ComparisonFailure.java v 1.5

junit/framework/TestCase.java v 1.11

junit/runner/ReloadingTestSuiteLoader.java v 1.2

junit/runner/Version.java v 1.8

junit/swingui/CounterPanel.java v 1.7

junit/tests/runner/BaseTestRunnerTest.java v 1.3

junit/tests/runner/TestCaseClassLoaderTest.java v 1.4

3.8 clean-up
2002-08-23 05:05:56Eric Gamma

junit/runner/LoadingTestCollector.java v 1.3

junit/runner/Sorter.java v 1.3

junit/runner/TestCollector.java v 1.2

junit/samples/VectorTest.java v 1.4

junit/swingui/TestRunner.java v 1.14

junit/tests/AllTests.java v 1.6

junit/tests/extensions/RepeatedTestTest.java v 1.3

junit/tests/framework/AllTests.java v 1.3

junit/tests/framework/Failure.java v 1.3

junit/tests/framework/NoTestCaseClass.java v 1.3

junit/tests/framework/Success.java v 1.3

junit/tests/framework/SuiteTest.java v 1.4

junit/tests/framework/TestCaseTest.java v 1.4

junit/tests/runner/ClassLoaderTest.java v 1.2

junit/tests/runner/LoadedFromJar.java v 1.2

junit/tests/runner/TextFeedbackTest.java v 1.8

junit/textui/ResultPrinter.java v 1.6

removed unused imports, variables
2002-08-19 21:36:05Mike Clark

doc/faq/faq.htm v 1.17

Added "Why does the "excluded.properties" trick not work when running JUnit's GUI from inside my favorite IDE?" Chalk another one up for that onery classpath.
2002-07-25 01:22:54Mike Clark

doc/faq/faq.htm v 1.16

Added "Why do I get a NoClassDefFoundError when trying to test JUnit or run the samples?"
2002-06-27 19:20:52Mike Clark

doc/faq/faq.htm v 1.15

Added "Do I need to write a TestCase class for every class I need to test?"
2002-06-26 22:33:35Kent Beck

junit/framework/ComparisonFailure.java v 1.4

Fixed small comments
2002-06-25 08:08:18Eric Gamma

junit/tests/framework/AssertTest.java v 1.4

junit/tests/runner/TextFeedbackTest.java v 1.7

moved the the comparison failure tests to the AssertTests
2002-06-25 07:18:34Eric Gamma

junit/framework/Assert.java v 1.14

junit/framework/ComparisonFailure.java v 1.3

junit/tests/framework/AssertTest.java v 1.3

overloaded assertEquals for Strings so that string prefix/suffix compression is only done when comparing Strings
2002-06-25 07:05:58Eric Gamma

junit/framework/ComparisonFailure.java v 1.2

simplified string prefix/suffix computation
2002-06-24 19:36:26Kent Beck

junit/framework/Assert.java v 1.13

The problem is better solved by only using ComparisonFailure when comparing Strings. Once we have more experience of actual usage of ComparisonFailure, we can consider expanding it to comparisons of objects.
2002-06-24 19:22:34Bladmir R. Bossicard

junit/framework/Assert.java v 1.12

FailNoEquals: passing of null parameters
2002-06-24 19:13:20Kent Beck

junit/tests/runner/TextFeedbackTest.java v 1.6

Fixed timing problem in TextFeedbackTest.testError()