【发布时间】:2016-07-19 20:24:56
【问题描述】:
| script | Db Slim Select Query | select cust_name from customer where cust_id = 70903 |
| check | data; | cust_name | 0 | JAMES SMITH |
上面那个有效,下面那个无效。
|Query:Db Slim Select Query | select cust_id, cust_name from customer where cust_id = 70903 |
| cust_id | cust_name |
| 70903 | JAMES SMITH |
我收到的消息是
Query:Db Slim Select Query select cust_id, cust_name from customer where cust_id = 70903
cust_id cust_name
[70903] missing JAMES SMITH
field cust_id not present field cust_name not present
我是否遗漏了什么?根据markfink的例子,这不应该失败。
【问题讨论】:
标签: fitnesse fitnesse-slim dbfit