From: Paul K. <pau...@us...> - 2007-03-11 04:45:23
|
Update of /cvsroot/openxcf/cfcUnit/cfcunit In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9113/cfcunit Modified Files: index.cfm Log Message: Found some bugs in how the location of the assets folder is calculated by the test runner's remote entry points. Index: index.cfm =================================================================== RCS file: /cvsroot/openxcf/cfcUnit/cfcunit/index.cfm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.cfm 4 Mar 2007 07:57:09 -0000 1.6 --- index.cfm 11 Mar 2007 04:45:20 -0000 1.7 *************** *** 16,20 **** ---> ! <cfmodule template="cfcunit.cfm"/> <!---------------------------------------------------------------------------------------------> \ No newline at end of file --- 16,20 ---- ---> ! <cfmodule template="cfcunit.cfm" assetsFolder="assets"/> <!---------------------------------------------------------------------------------------------> \ No newline at end of file |