Show
Ignore:
Timestamp:
01/24/08 21:12:41 (10 months ago)
Author:
tal
Message:
Result was not being shown in some situations.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • applications/FeatureProof/trunk/Lib/featureProof/htmlView/testResultsToHTML.py

    r50 r133  
    8989                            break 
    9090                html += _logInputAsString(input) 
    91                 html += _logResultAsString(subElement, showPositions) 
     91                html += _logResultAsString(result, showPositions) 
    9292                if expectedResult: 
    9393                    if expectedResult.get("passed") == "True" and not showPassed: