# File test/test_AddLogFile.rb, line 137
    def test_return_Logging
      @AddLogFile.return_Logging
      assert_equal(1, @driver_call)
      assert_equal(1, @redirect_call)
      assert_equal('Logging', @redirect_last_page_name)
      assert_nil(@redirect_last_query_params)
    end