Update of /cvsroot/logicampus/logicampus/src/logicreate/services/unitTest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18498/src/logicreate/services/unitTest
Modified Files:
learningobjectTest.php
Log Message:
Update LOB test to use new library locations.
Index: learningobjectTest.php
===================================================================
RCS file: /cvsroot/logicampus/logicampus/src/logicreate/services/unitTest/learningobjectTest.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** learningobjectTest.php 1 Feb 2008 03:11:09 -0000 1.4
--- learningobjectTest.php 19 Jun 2008 15:13:35 -0000 1.5
***************
*** 1,7 ****
<?
! include(LIB_PATH.'lc_lob_content.php');
! include(LIB_PATH.'lc_lob_class.php');
! include(LIB_PATH.'lc_lob_test.php');
class LearningObjectTest extends UnitTestCase {
--- 1,7 ----
<?
! include(LIB_PATH.'lob/lc_lob_content.php');
! include(LIB_PATH.'lob/lc_lob_class.php');
! include(LIB_PATH.'lob/lc_lob_test.php');
class LearningObjectTest extends UnitTestCase {
***************
*** 97,101 ****
$lob->repoObj->lobRepoEntryId = 1;
! $classContent = $lob->useInClass($classId,'notify');
$e = ErrorStack::pullError('php');
//e might be an error saying that the repo doesn't have all its data.
--- 97,101 ----
$lob->repoObj->lobRepoEntryId = 1;
! $classContent = $lob->useInClass($classId, 'notify');
$e = ErrorStack::pullError('php');
//e might be an error saying that the repo doesn't have all its data.
|