Revision: 2603
Author: janne.t.harkonen
Date: Thu Mar 4 04:50:22 2010
Log: links contain forward slashes always
http://code.google.com/p/robotframework/source/detail?r=2603
Modified:
/trunk/atest/robot/output/suite_source_in_log.txt
=======================================
--- /trunk/atest/robot/output/suite_source_in_log.txt Wed Mar 3 01:53:30
2010
+++ /trunk/atest/robot/output/suite_source_in_log.txt Thu Mar 4 04:50:22
2010
@@ -30,7 +30,7 @@
*** Keywords ***
Verify Suite Source Link
[Arguments] ${path}
- ${relpath}= Set Variable ../${RELATIVE}${/}${path}
+ ${relpath}= Set Variable ../${RELATIVE}/${path}
${abspath}= Join Path ${BASE} ${path}
${logfile}= Get File ${OUTDIR}/${LOGNAME}
Should Contain ${logfile} <a href="${relpath}">${abspath}</a>