2 new revisions:
Revision: 496580ae040e
Author: Jussi Malinen
Date: Fri Jun 10 05:50:23 2011
Log: do not expand failed if coming ot log with hash. This makes to
log lin...
http://code.google.com/p/robotframework/source/detail?r=496580ae040e
Revision: b0fd8ddba568
Author: Jussi Malinen
Date: Fri Jun 10 05:56:19 2011
Log: merge
http://code.google.com/p/robotframework/source/detail?r=b0fd8ddba568
==============================================================================
Revision: 496580ae040e
Author: Jussi Malinen
Date: Fri Jun 10 05:50:23 2011
Log: do not expand failed if coming ot log with hash. This makes to
log links work in big files
http://code.google.com/p/robotframework/source/detail?r=496580ae040e
Modified:
/src/robot/webcontent/log.html
=======================================
--- /src/robot/webcontent/log.html Fri Jun 10 03:29:11 2011
+++ /src/robot/webcontent/log.html Fri Jun 10 05:50:23 2011
@@ -310,11 +310,12 @@
addStatistics();
addErrors();
addTestExecutionLog(main);
- expandFailed(main);
if (window.location.hash) {
makeElementVisible(window.location.hash.substring(1));
window.location.hash = window.location.hash.substring(1);
- };
+ } else {
+ expandFailed(main);
+ }
});
// TODO: This is duplicated in report.html
==============================================================================
Revision: b0fd8ddba568
Author: Jussi Malinen
Date: Fri Jun 10 05:56:19 2011
Log: merge
http://code.google.com/p/robotframework/source/detail?r=b0fd8ddba568