Revision: 2476
Author: janne.t.harkonen
Date: Thu Feb 18 05:37:38 2010
Log: Revert "Converted to text format"
This reverts commit 21bf64bdf71473f212165fed6fc1f8c6ca10008e.
http://code.google.com/p/robotframework/source/detail?r=2476
Modified:
/trunk/atest/robot/output/suite_source_in_log.txt
=======================================
--- /trunk/atest/robot/output/suite_source_in_log.txt Thu Feb 18 05:37:29
2010
+++ /trunk/atest/robot/output/suite_source_in_log.txt Thu Feb 18 05:37:38
2010
@@ -3,8 +3,7 @@
Resource ../../resources/resource.html
*** Variables ***
-${RELATIVE} /../../testdata/misc
-${BASE} ${CURDIR}${RELATIVE}
+${BASE} ${CURDIR}/../../testdata/misc
${LOGNAME} suite_source_log.html
*** Test Cases ***
@@ -30,9 +29,8 @@
*** Keywords ***
Verify Suite Source Link
[Arguments] ${path}
- ${relpath}= Set Variable ${RELATIVE}${/}${path}
- ${abspath}= Join Path ${BASE} ${path}
- ${logfile}= Get File ${OUTDIR}/${LOGNAME}
- Should Contain ${logfile} <a href="..${relpath}">${abspath}</a>
+ ${path} = Join Path ${BASE} ${path}
+ ${logfile} = Get File ${OUTDIR}/${LOGNAME}
+ Should Contain ${logfile} <a href="file://${path}">${path}</a>
[Return] ${logfile}