Skip to content

Commit

Permalink
update test for #261
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Winger authored and Eric Winger committed Dec 19, 2018
1 parent bf52d97 commit 5d77a7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/JadeiteProjectBrowserTestCase.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,6 @@ test_projectInfoTab
self assert: (self projectsPresenter projectInfoTab view getItemText: 3) equals: 'branch'.
self assert: (self projectsPresenter projectInfoTab view getItemText: 4) equals: 'isSkew'.
self assert: (self projectsPresenter projectInfoTab view getItemText: 5) equals: 'isDirty'.
self assert: (self projectsPresenter projectInfoTab view getItemText: 6) equals: 'isLoaded'.
view := self projectsPresenter projectInfoTab view.
self assert: (view columns first contentFromRow: (view list at: 1)) equals: 'Rowan'. "don't know the state of the rowan project so just test the name"!

Expand Down

0 comments on commit 5d77a7d

Please sign in to comment.