Fix: else-if block was missing code, so the "user" option for console publisher was...
authorCyrille Artho <artho@kth.se>
Thu, 3 Jan 2019 13:25:23 +0000 (22:25 +0900)
committerCyrille Artho <artho@kth.se>
Thu, 3 Jan 2019 13:25:23 +0000 (22:25 +0900)
commitd275f72b1878404b0b4d80a4845969d3370f0e06
treef90998f39e29f77d9e87e084799e96f0385055cf
parent2fc7c6100c2bb7cf4452ecfd72a628d6c06e3188
Fix: else-if block was missing code, so the "user" option for console publisher was defunct. Fixed incl. unit tests (thanks to Franck for both).
src/main/gov/nasa/jpf/report/Publisher.java
src/tests/gov/nasa/jpf/test/basic/ConsolePublisherTest.java [new file with mode: 0644]