mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	changing tabs to spaces
This commit is contained in:
		@@ -148,7 +148,7 @@ namespace Catch {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        virtual void testCaseStarting( TestCaseInfo const& testInfo ) CATCH_OVERRIDE {
 | 
					        virtual void testCaseStarting( TestCaseInfo const& testInfo ) CATCH_OVERRIDE {
 | 
				
			||||||
			testTimer.start();
 | 
					            testTimer.start();
 | 
				
			||||||
            StreamingReporterBase::testCaseStarting( testInfo );
 | 
					            StreamingReporterBase::testCaseStarting( testInfo );
 | 
				
			||||||
            stream << "##teamcity[testStarted name='"
 | 
					            stream << "##teamcity[testStarted name='"
 | 
				
			||||||
                << escape( testInfo.name ) << "']\n";
 | 
					                << escape( testInfo.name ) << "']\n";
 | 
				
			||||||
@@ -165,8 +165,8 @@ namespace Catch {
 | 
				
			|||||||
                    << escape( testCaseStats.testInfo.name )
 | 
					                    << escape( testCaseStats.testInfo.name )
 | 
				
			||||||
                    << "' out='" << escape( testCaseStats.stdErr ) << "']\n";
 | 
					                    << "' out='" << escape( testCaseStats.stdErr ) << "']\n";
 | 
				
			||||||
            stream << "##teamcity[testFinished name='"
 | 
					            stream << "##teamcity[testFinished name='"
 | 
				
			||||||
                << escape( testCaseStats.testInfo.name ) << "' duration='"
 | 
					                    << escape( testCaseStats.testInfo.name ) << "' duration='"
 | 
				
			||||||
				<< testTimer.getElapsedMilliseconds() << "']\n";
 | 
					                    << testTimer.getElapsedMilliseconds() << "']\n";
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private:
 | 
					    private:
 | 
				
			||||||
@@ -205,7 +205,7 @@ namespace Catch {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
    private:
 | 
					    private:
 | 
				
			||||||
        bool m_headerPrintedForThisSection;
 | 
					        bool m_headerPrintedForThisSection;
 | 
				
			||||||
		Timer testTimer;
 | 
					        Timer testTimer;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef CATCH_IMPL
 | 
					#ifdef CATCH_IMPL
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user