Closed GoogleCodeExporter closed 9 years ago
Yep, it would be cool :-)
Original comment by subwiz
on 27 Mar 2008 at 2:38
I think we can add it to status bar. After request finished, update the result
bar in the status bar.
Original comment by libing.c...@gmail.com
on 28 Mar 2008 at 5:03
Files that would need to change:
* ResponseBean <-> Now test result is passes as plain String. It should actually
have: testExecuted, testPassed, testErrors (all int)
* RESTView <-> To display the bar
* XMLUtil <-> Response bean persisting--now this should have:
<testExecuted>10</testExecuted>
<testPassed>5</testPassed>
<testErrors>5</testErrors>
Original comment by subwiz
on 1 Apr 2008 at 1:35
Marking as Won't Fix as it does not seem to be important now.
Original comment by subwiz
on 9 Jul 2012 at 2:39
Original issue reported on code.google.com by
libing.c...@gmail.com
on 26 Mar 2008 at 4:33