test/java/time/test/java/time/format/TestPadPrinterDecorator.java

Print this page

        

@@ -67,11 +67,11 @@
 import org.testng.annotations.Test;
 
 /**
  * Test PadPrinterDecorator.
  */
-@Test(groups={"implementation"})
+@Test
 public class TestPadPrinterDecorator extends AbstractTestPrinterParser {
 
     //-----------------------------------------------------------------------
     public void test_print_emptyCalendrical() throws Exception {
         builder.padNext(3, '-').appendLiteral('Z');