Update of 
/cvsroot/boost/boost/tools/regression/xsl_reports/test/test-components/test_test_structure
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24005

Added Files:
      Tag: RC_1_34_0
        a.xml explicit-failures-markup.xml.test test-driver.xsl 
Log Message:
meta:test_structure test case

--- NEW FILE: a.xml ---
<?xml version="1.0" encoding="iso-8859-1"?>
<test-run source="CVS" runner="BoostConsulting" 
timestamp="2007-01-13T06:25:21Z" platform="Windows" tag="RC_1_34_0" 
run-type="incremental">
    <comment>some_comment</comment>
    <test-log library="date_time" test-name="testdate_dll" test-type="run" 
test-program="libs/date_time/test/gregorian/testdate.cpp" 
target-directory="boost/bin.v2/libs/date_time/test/testdate_dll.test/msvc-8.0.m/rls/adrs-mdl-64/instr-set-optrn/thrd-mlt"
 toolset="required_toolset" show-run-output="false"/>
    <test-log library="date_time" test-name="testdate_dll" test-type="run" 
test-program="libs/date_time/test/gregorian/testdate.cpp" 
target-directory="boost/bin.v2/libs/date_time/test/testdate_dll.test/msvc-8.0.m/rls/adrs-mdl-64/instr-set-optrn/thrd-mlt"
 toolset="not_required_toolset" show-run-output="false"/>    
</test-run>
--- NEW FILE: explicit-failures-markup.xml.test ---
<explicit-failures-markup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:noNamespaceSchemaLocation="explicit-failures.xsd">

    <mark-toolset name="required_toolset" status="required"/>

</explicit-failures-markup>

--- NEW FILE: test-driver.xsl ---
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
    xmlns:func="http://exslt.org/functions";
    xmlns:meta="http://www.meta-comm.com";
    extension-element-prefixes="func"
    xmlns:exsl="http://exslt.org/common";

    exclude-result-prefixes="func meta" version="1.0">


    <xsl:import href="../../../xsl/v2/common.xsl"/>
    <xsl:param name="failures_markup_file" 
select="'explicit-failures-markup.xml'" />
    <xsl:variable name="explicit_markup" select="document( 
$failures_markup_file )"/>

    <xsl:template match="/">
        <results>
        <xsl:copy-of select="meta:test_structure(   ., 'yes', $explicit_markup 
)"/>
        <xsl:copy-of select="meta:test_structure( ., 'no', $explicit_markup )"/>
        </results>
    </xsl:template>
    
</xsl:stylesheet>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to