mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	 Nathaniel Dosé
					Nathaniel Dosé
				
			
				
					committed by
					
						 Jozef Grajciar
						Jozef Grajciar
					
				
			
			
				
	
			
			
			 Jozef Grajciar
						Jozef Grajciar
					
				
			
						parent
						
							d75e9b3c0f
						
					
				
				
					commit
					17686ba571
				
			| @@ -76,6 +76,13 @@ namespace Catch { | ||||
|     void JunitReporter::testRunStarting( TestRunInfo const& runInfo )  { | ||||
|         CumulativeReporterBase::testRunStarting( runInfo ); | ||||
|         xml.startElement( "testsuites" ); | ||||
|         if( m_config->rngSeed() != 0 ) { | ||||
|             xml.startElement( "properties" ); | ||||
|             xml.scopedElement( "property" ) | ||||
|                 .writeAttribute( "name", "random-seed" ) | ||||
|                 .writeAttribute( "value", m_config->rngSeed() ); | ||||
|             xml.endElement(); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user