minor
This commit is contained in:
parent
bda8edd856
commit
744c9619fc
23 changed files with 111 additions and 103 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
Author : $Author: tomas $
|
||||
Version : $Revision: 1.4 $
|
||||
Version : $Revision: 1.5 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/tests/transTest.php,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -38,8 +38,8 @@ require_once '../LocStor.php';
|
|||
PEAR::setErrorHandling(PEAR_ERROR_RETURN);
|
||||
$dbc = DB::connect($config['dsn'], TRUE);
|
||||
$dbc->setFetchMode(DB_FETCHMODE_ASSOC);
|
||||
$gb = &new LocStor(&$dbc, $config);
|
||||
$tr = &new Transport(&$gb->dbc, &$gb, $gb->config);
|
||||
$gb = &new LocStor($dbc, $config);
|
||||
$tr = &new Transport($gb->dbc, $gb, $gb->config);
|
||||
@unlink("{$tr->transDir}/log");
|
||||
|
||||
$gunid = 'a23456789abcdefa';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue