Revision: db76ab407879
Author:   Pekka Klärck
Date:     Tue Jul 12 13:59:13 2011
Log: Removed last static html check tests. These tests verified that suite source is relative which was broken until today. Now it is fixed and Python side tested with a unit test.
http://code.google.com/p/robotframework/source/detail?r=db76ab407879

Deleted:
 /atest/robot/output/suite_source_in_log.txt
Modified:
 /atest/run_atests.py

=======================================
--- /atest/robot/output/suite_source_in_log.txt Mon Jun 13 23:52:45 2011
+++ /dev/null
@@ -1,38 +0,0 @@
-*** Settings ***
-Force Tags      regression  pybot  jybot  static_html_checks
-Resource        atest_resource.txt
-
-*** Variables ***
-${RELATIVE}  ../../testdata/misc
-${BASE}  ${CURDIR}${/}${RELATIVE}
-${LOGNAME}  suite_source_log.html
-
-*** Test Cases ***
-Link For File Suite
-    [Setup]  Run Tests  --log ${LOGNAME}  misc${/}pass_and_fail.html
-    Verify Suite Source Link  pass_and_fail.html
-
-Links For Directory Suites
-    [Setup]  Run Tests  --log ${LOGNAME}  misc${/}suites
-    Verify Suite Source Link  suites
-    Verify Suite Source Link  suites/subsuites
-
-Using Rebot Preserves Link
-    [Setup]  Run Rebot  --log ${LOGNAME}  ${OUTFILE}
-    Verify Suite Source Link  suites
-    Verify Suite Source Link  suites/subsuites
-
-Link Is Not Created For Combined Suite
- [Setup] Run Tests --log ${LOGNAME} misc${/}pass_and_fail.html misc${/}pass_and_fail.html
-    ${logfile} =  Verify Suite Source Link  pass_and_fail.html
-    Should Be Equal As Numbers  ${logfile.count('Source:')}  2
-
-*** 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>
-    [Return]  ${logfile}
-
=======================================
--- /atest/run_atests.py        Thu Jul  7 05:11:44 2011
+++ /atest/run_atests.py        Tue Jul 12 13:59:13 2011
@@ -56,7 +56,6 @@
 --escape paren1:PAR1
 --escape paren2:PAR2
 --critical regression
---noncritical static_html_checks
 --SuiteStatLevel 3
 --TagStatCombine jybotNOTpybot
 --TagStatCombine pybotNOTjybot

Reply via email to