Confirmed users
1,905
edits
No edit summary |
|||
Line 128: | Line 128: | ||
Combining the test case blocks above into one file, we now have a complete test case: | Combining the test case blocks above into one file, we now have a complete test case: | ||
setup: | |||
profiles: | |||
* profile1 | |||
* profile2 | |||
bookmark-list-1: | |||
menu: | |||
* uri: http://www.yahoo.com | |||
title: testing Yahoo | |||
* uri: http://www.cnn.com | |||
description: This is a description of the site a at www.cnn.com | |||
* seperator: true | |||
* livemark: Livemark1 | |||
feedUri: http://rss.wunderground.com/blog/JeffMasters/rss.xml | |||
siteUri: http://www.wunderground.com/blog/JeffMasters/show.html | |||
phase1: | |||
profile: profile1 | |||
actions: | |||
* add: | |||
bookmarks: bookmark-list-1 | |||
* sync: all | |||
wipe-server: true | |||
phase2: | |||
profile: profile2 | |||
actions: | |||
* sync: all | |||
* verify: | |||
bookmarks: bookmark-list-1 | |||