Skip to content

Commit

Permalink
Repaired cobertura tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Breu committed Dec 21, 2011
1 parent b8b3fc8 commit 028f8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/onlineUsersBox.html
Expand Up @@ -13,7 +13,7 @@
<td id="border" style="vertical-align: top; border: 2px solid; height: 190px; padding: 3px;">


#{if onlineUsers.isEmpty()}
#{if !onlineUsers}
No other user online at the moment.
#{/if}
#{else}
Expand Down
2 changes: 1 addition & 1 deletion test/searchUser.test.html
Expand Up @@ -3,7 +3,7 @@
clearSession()
open('/')

type('searchName-field', 'User1')
type('search', 'User1')
clickAndWait('signin')
open('/User1')

Expand Down

0 comments on commit 028f8b7

Please sign in to comment.