diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-04-21 08:44:44 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-04-21 08:44:44 +0000 | 
| commit | 4de56ed6623c57c1c767be192ffe2af5926fe598 (patch) | |
| tree | f1ad8e46567874cbdaefdcf873cf9dee4af32355 /tests/commonDescriptionTest.php | |
| parent | 81478ceba0c1bbdaa43679b72ec6d4fd603f5d17 (diff) | |
| download | semanticscuttle-4de56ed6623c57c1c767be192ffe2af5926fe598.tar.gz semanticscuttle-4de56ed6623c57c1c767be192ffe2af5926fe598.tar.bz2 | |
Refactoring: rename sc_tags into sc_bookmarks2tags (and services, codes...)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@116 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/commonDescriptionTest.php')
| -rw-r--r-- | tests/commonDescriptionTest.php | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/tests/commonDescriptionTest.php b/tests/commonDescriptionTest.php index 4de4d84..c8666c2 100644 --- a/tests/commonDescriptionTest.php +++ b/tests/commonDescriptionTest.php @@ -11,7 +11,7 @@ class CommonDescriptionTest extends PHPUnit_Framework_TestCase  {      protected $us;      protected $bs; -    protected $ts; +    protected $b2ts;      protected $tts;      protected $tsts;      protected $cds; @@ -24,8 +24,8 @@ class CommonDescriptionTest extends PHPUnit_Framework_TestCase  	$this->us =& ServiceFactory::getServiceInstance('UserService');  	$this->bs =& ServiceFactory::getServiceInstance('BookmarkService');  	$this->bs->deleteAll(); -	$this->ts =& ServiceFactory::getServiceInstance('TagService'); -	$this->ts->deleteAll(); +	$this->b2ts =& ServiceFactory::getServiceInstance('Bookmark2TagService'); +	$this->b2ts->deleteAll();  	$this->tts =& ServiceFactory::getServiceInstance('Tag2TagService');  	$this->tts->deleteAll();   	$this->tsts =& ServiceFactory::getServiceInstance('TagStatService'); | 
