# File test/test_AddAccessLog.rb, line 176
    def test_set_path
      @AddAccessLog.path = 'access2.log'
      assert_equal(1, @set_path_call)
      assert_equal('access2.log', @set_path_value)
    end