Changeset 18629


Ignore:
Timestamp:
2010/05/05 16:35:07 (14 years ago)
Author:
Seasoft
Message:

#713(テストNG LC_Page_Test::testGetLocationWithFullPath) テストケース修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/test/class/page/LC_Page_Test.php

    r18234 r18629  
    156156        $objPage = new LC_Page(); 
    157157        $_SERVER['DOCUMENT_ROOT'] = realpath("../html"); 
    158         $url = $objPage->getLocation("/abouts/index.php"); 
     158        $url = $objPage->getLocation(URL_DIR . 'abouts/index.php'); 
    159159 
    160160        $this->assertEquals(SITE_URL . "abouts/index.php", $url); 
Note: See TracChangeset for help on using the changeset viewer.