def test_protected_from_non_member_comments_not_logged_in2
    get :new, :urlified_name => "open_basket", :commentable_id => 1, :commentable_type => "Topic", :commentable_private => "false"
    assert_response :redirect
    assert_redirected_to :urlified_name => 'site', :controller => "account", :action => "login", :locale => :en
  end