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