Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-11294

xUnit boost test cases are assigned to bogus package called "(root)"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • xunit-plugin
    • None

      Most test cases in the attached file show up under package "(root)", which is wrong.

      Only tests that have been put under a specific sub-suite will be correctly placed under package "basic". In C++ this is done with macro BOOST_AUTO_TEST_SUITE(xyz) which produces an XML structure of the form TestLog/TestSuite/TestSuite. The first TestSuite level is the automatically generated "package suite". The second is the sub-suite.

            nfalco Nikolas Falco
            alessio Alessio M.
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: