Ignore:
Timestamp:
2010/08/02 10:43:51 (16 years ago)
Author:
nanasess
bzr:base-revision:
svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_5-dev:18766
bzr:committer:
Kentaro Ohkouchi <[email protected]>
bzr:file-ids:

data/class/util/SC_Utils.php 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Futil%2FSC_Utils.php
test/TestSuite.php 15114@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Ftest%2FTestSuite.php
test/class/util util-20100802013951-87mspb4qllp7hwwu-1
test/class/util/SC_Utils_Test.php sc_utils_test.php-20100802013957-750m2yralg9cowkd-1
test/class/util/Util_AllTests.php util_alltests.php-20100802013957-750m2yralg9cowkd-2
bzr:mapping-version:
v4
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
[email protected]
bzr:revno:
2250
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-parents:

data/class/util/SC_Utils.php [email protected]
test/TestSuite.php [email protected]
bzr:timestamp:
2010-08-02 10:43:47.825999975 +0900
bzr:user-agent:
bzr2.1.2+bzr-svn1.0.2
svn:original-date:
2010-08-02T01:43:47.826000Z
Message:
  • merged r18709
    • SC_Utils::searchInstallerPath() が相対パスの URL を返さないように修正(#348)
  • SC_Utils::getRealURL() のテストケース追加
Location:
branches/version-2_5-dev/test
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/test/TestSuite.php

    r18763 r18767  
    2727require_once(realpath(dirname(__FILE__)) . "/class/db/DB_AllTests.php"); 
    2828require_once(realpath(dirname(__FILE__)) . "/class/helper/Helper_AllTests.php"); 
     29require_once(realpath(dirname(__FILE__)) . "/class/util/Util_AllTests.php"); 
    2930 
    3031/** 
     
    4142        $suite->addTest(DB_AllTests::suite()); 
    4243        $suite->addTest(Helper_AllTests::suite()); 
     44        $suite->addTest(Util_AllTests::suite()); 
    4345        return $suite; 
    4446    } 
Note: See TracChangeset for help on using the changeset viewer.