Table values are not found in assert/verify [message #1710737] |
Thu, 08 October 2015 14:39  |
Eclipse User |
|
|
|
I am trying to get RCPTT to run on a VM disconnected (no active display). When I attempt to get a table cell's value to verify, I am getting the following error:
Failure Reason
Line 17: verify-true: Assertion of columns[1] failed: expected:<string> but was:<>.
When I run the same test on a desktop set up with an active monitor/display, the test runs normally and the verify passes. This seems to only occur when there is no active display.
How I'm doing my verify:
get-view Properties | get-tree | get-item "Formats/Type" | get-property "columns[1]" | equals "string" | verify-true
|
|
|
|
Powered by
FUDForum. Page generated in 0.04393 seconds