fix functional tests

This commit is contained in:
albert
2012-01-15 17:04:22 -05:00
parent 0887c35922
commit 4283bce8b9
6 changed files with 15 additions and 10 deletions

View File

@@ -13,6 +13,8 @@ module Moderator
search_by_user_name(params[:user_name_eq].split(/,/))
elsif params[:ip_addr_eq]
search_by_ip_addr(params[:ip_addr_eq].split(/,/))
else
[]
end
end