# File test/test_wpm_messg_manip.rb, line 172
    def test_path_info_with_empty_string
      @env['PATH_INFO'] = '/this_page'
      assert_equal('', @messg_manip.path_info)
      assert_equal(1, @env_call)
    end