|
From: Andre R. <and...@us...> - 2006-02-18 22:51:23
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/fUnit/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27969/engine Added Files: initializeResultsTable isTestCase isTestSuite runTestSuite Log Message: Merge changes from fUnit_Suite-branch. --- NEW FILE: runTestSuite --- (This appears to be a binary file; contents omitted.) --- NEW FILE: isTestCase --- (This appears to be a binary file; contents omitted.) --- NEW FILE: isTestSuite --- (This appears to be a binary file; contents omitted.) --- NEW FILE: initializeResultsTable --- FrontierVcsFile:1:scpt:suites.fUnit.engine.initializeResultsTable on initializeResultsTable (tblAdr) { new (tableType, tblAdr); new (tableType, @tblAdr^.passed); new (tableType, @tblAdr^.failed); new (tableType, @tblAdr^.aborted)} |