# File test/test_wpm_messg_manip.rb, line 85
    def test_header
      @header['Content-Type'] = 'text/html'
      assert_equal('text/html', @messg_manip.header('Content-Type'))
      assert_equal(1, @header_call)
    end