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

Modified Files:
      Tag: RC_1_34_0
        test.py 
Log Message:
More is_test_log_complete test cases

Index: test.py
===================================================================
RCS file: 
/cvsroot/boost/boost/tools/regression/xsl_reports/test/test-components/Attic/test.py,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- test.py     28 Jan 2007 21:00:16 -0000      1.1.2.1
+++ test.py     29 Jan 2007 02:36:03 -0000      1.1.2.2
@@ -59,6 +59,7 @@
 def make_test_case( test_case ):
     def test_case_method( self ):
         for test_case_xml in test_case.xml_data_files():
+            print test_case_xml
             result_file_name = os.path.splitext( os.path.basename( 
test_case_xml ) )[0] + '.xml'
             ( result_file, expected_file ) = [ os.path.join( test_case.path(), 
x, result_file_name ) for x in ( 'actual', 'expected' ) ]
             print ( result_file, expected_file )


-------------------------------------------------------------------------
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