# File test/test_wpm_messg_manip.rb, line 138
    def test_set_location
      @messg_manip.set_location('http://localhost/hello/world')
      assert_equal(2, @set_header_call)
      assert_equal(2, @header.size)
      assert_equal('302 Found', @header['Status'])
      assert_equal('http://localhost/hello/world', @header['Location'])
    end