Ignore:
Timestamp:
2011/01/19 15:46:57 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

  • パラメータ名の変更 URL_PATH → ROOT_URLPATH
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/test/class/page/LC_Page_Test.php

    r19802 r19972  
    155155        $objPage = new LC_Page(); 
    156156        $_SERVER['DOCUMENT_ROOT'] = realpath(dirname(__FILE__) . "/../../../html"); 
    157         $url = $objPage->getLocation(URL_PATH . 'abouts/index.php'); 
     157        $url = $objPage->getLocation(ROOT_URLPATH . 'abouts/index.php'); 
    158158 
    159159        $this->assertEquals(HTTP_URL . "abouts/index.php", $url); 
Note: See TracChangeset for help on using the changeset viewer.