Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Fix list of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jun 25, 2012
1 parent df83ccb commit 4577a81
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src-standard/test/java/javax/time/AllTest.java
Expand Up @@ -55,6 +55,8 @@
import javax.time.format.TestNumberPrinter;
import javax.time.format.TestPadParserDecorator;
import javax.time.format.TestPadPrinterDecorator;
import javax.time.format.TestReducedParser;
import javax.time.format.TestReducedPrinter;
import javax.time.format.TestSimpleDateTimeTextProvider;
import javax.time.format.TestStrictLenientPrinterParser;
import javax.time.format.TestStringLiteralParser;
Expand Down Expand Up @@ -131,24 +133,25 @@ static TestNG getTestSuite() {
TestCharLiteralPrinter.class,
TestDateTimeFormatSymbols.class,
TestDateTimeFormatter.class,
TestDateTimeFormatterBuilder.class,
TestDateTimeFormatters.class,
TestDateTimeParseContext.class,
TestDateTimeFormatters.class,
TestDateTimeFormatterBuilder.class,
TestFractionPrinterParser.class,
TestNumberParser.class,
TestNumberPrinter.class,
TestPadParserDecorator.class,
TestPadPrinterDecorator.class,
TestReducedParser.class,
TestReducedPrinter.class,
TestSimpleDateTimeTextProvider.class,
TestStrictLenientPrinterParser.class,
TestStringLiteralPrinter.class,
TestStringLiteralParser.class,
TestTextPrinter.class,
TestStringLiteralPrinter.class,
TestTextParser.class,
TestZoneOffsetPrinter.class,
TestZoneOffsetParser.class,
TestTextPrinter.class,
TestZoneIdParser.class,
TestZoneOffsetParser.class,
TestZoneOffsetPrinter.class,
// zone
TestFixedZoneRules.class,
TestStandardZoneRules.class,
Expand Down

0 comments on commit 4577a81

Please sign in to comment.