-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 0.9.1
-
Component/s: User Interface
-
None
Test output logs are escaped in HTML one too many times. So you end up with this:
http://panda:8080/bamboo/build/viewBuildResultsTests.action?buildKey=CONFTPC-RAND&buildNumber=31
"Expected text 'Test Spring Component' not found in response '<html>
<head>
<title>Plugin Manager - Confluence</title>
..."
What it should be is this:
"Expected text 'Test Spring Component' not found in response '<html>
<head>
<title>Plugin Manager - Confluence</title>
...."
- is duplicated by
-
BAM-839 Tests Page Has URL Escapes
-
- Closed
-