Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-1555

Elapsed time in XML Report should satisfy pattern in XSD.

    XMLWordPrintableJSON

Details

    Description

      Formatted time in Java:

              NumberFormat numberFormat = NumberFormat.getInstance( Locale.ENGLISH );
              numberFormat.setGroupingUsed( true );
              numberFormat.setMinimumFractionDigits( 0 );
              numberFormat.setMaximumFractionDigits( 3 );
              return numberFormat.format( runTime / MS_PER_SEC );
      

      Attachments

        Activity

          People

            tibordigana Tibor Digana
            tibordigana Tibor Digana
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: