# File test/test_wpm_messg_manip.rb, line 183
    def test_page_path
      @env['SCRIPT_NAME'] = '/script.cgi'
      @env['PATH_INFO'] = '/this_page/path/info'
      assert_equal('/script.cgi/this_page/path/info', @messg_manip.page_path)
      assert_equal(3, @env_call)
    end