Produced by Araxis Merge on 10/4/2017 8:04:41 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | rdk.zip\rdk\product\tests\acceptance-tests\features\steps | teams_steps.rb | Mon Aug 21 12:51:01 2017 UTC |
| 2 | rdk.zip\rdk\product\tests\acceptance-tests\features\steps | teams_steps.rb | Tue Oct 3 20:13:30 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 22 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | When(/^the client re quests to view all t eams$/) do | |
| 2 | query = RDKQuery.n ew('teams- list') | |
| 3 | path = q uery.path | |
| 4 | p path | |
| 5 | @response = HTTParty RDK.get_as _user(path , " R E D A CTED ; DNS ", " REDACTED ") | |
| 6 | end | |
| 7 | ||
| 8 | Then(/^the teams res ults conta in more th an (\d+) r ecords$/) do |count| | |
| 9 | json = J SON.parse( @response. body) | |
| 10 | value = json["data "] #resu lts in on ly one val ue | |
| 11 | expect(v alue.lengt h).to be > count.to_ i | |
| 12 | end |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.