Author: hdu
Date: Fri Dec 13 09:52:32 2013
New Revision: 1550671

URL: http://svn.apache.org/r1550671
Log:
#i123846# fix the link in the "Revision:" line of autotest results

The original link to fisheye seems to be out of commission. As the
ASF repository runs viewvc itself a link to its revision info is
better anyway. That viewvc instance apparently has problems to display
the logview of a revision though, the the revision view has to do...

Modified:
    
openoffice/trunk/test/testcommon/source/org/openoffice/test/common/XMLReporter.xsl

Modified: 
openoffice/trunk/test/testcommon/source/org/openoffice/test/common/XMLReporter.xsl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/test/testcommon/source/org/openoffice/test/common/XMLReporter.xsl?rev=1550671&r1=1550670&r2=1550671&view=diff
==============================================================================
--- 
openoffice/trunk/test/testcommon/source/org/openoffice/test/common/XMLReporter.xsl
 (original)
+++ 
openoffice/trunk/test/testcommon/source/org/openoffice/test/common/XMLReporter.xsl
 Fri Dec 13 09:52:32 2013
@@ -140,7 +140,7 @@ function refresh() {
        $('info.os.version').innerHTML = props['info.os.version'] || 'Unknown';
        $('info.os.arch').innerHTML = props['info.os.arch'] || 'Unknown';
        if (props['info.app.Revision']) 
-               $('info.app.Revision').innerHTML = '<a 
href="https://fisheye6.atlassian.com/changelog/~br=trunk/ooo/?showid=' + 
props['info.app.Revision'] + '">'  + props['info.app.Revision'] + '</a>';
+               $('info.app.Revision').innerHTML = '<a 
href="http://svn.apache.org/viewvc?view=revision&revision=' + 
props['info.app.Revision'] + '">'  + props['info.app.Revision'] + '</a>';
        $('info.hostname').innerHTML = props['info.hostname'] || 'Unknown';
        $('info.ip').innerHTML = props['info.ip'] || '0.0.0.0';
        $('java.runtime.version').innerHTML = props['java.runtime.version'] || 
'Unknown';


Reply via email to