Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Table values are not found in assert/verify
Table values are not found in assert/verify [message #1710737] Thu, 08 October 2015 18:39 Go to next message
David Kuo is currently offline David KuoFriend
Messages: 1
Registered: October 2015
Junior Member
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
Re: Table values are not found in assert/verify [message #1710973 is a reply to message #1710737] Mon, 12 October 2015 05:57 Go to previous message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi David,

Could you please attach generated HTML report for the failed test?

Kind regards,
Ulyana.
Previous Topic:RCPTT and gef4/JavaFX
Next Topic:Force Wait for a Progress Job to complete
Goto Forum:
  


Current Time: Thu Apr 18 05:31:56 GMT 2024

Powered by FUDForum. Page generated in 0.02320 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top