Skip to content

Commit

Permalink
Use directory separator in test expectation of teamcity-inner-exceptions
Browse files Browse the repository at this point in the history
Broken on windows since d21aca0.
  • Loading branch information
SimonHeimberg authored and sebastianbergmann committed Aug 30, 2017
1 parent e2c6f51 commit dde5fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TextUI/teamcity-inner-exceptions.phpt
Expand Up @@ -19,7 +19,7 @@ PHPUnit %s by Sebastian Bergmann and contributors.

##teamcity[testStarted name='testPrintingChildException' locationHint='php_qn://%s%etests%e_files%eExceptionStackTest.php::\ExceptionStackTest::testPrintingChildException' flowId='%d']

##teamcity[testFailed name='testPrintingChildException' message='Child exception|nmessage|nFailed asserting that two arrays are equal.|n--- Expected|n+++ Actual|n@@ @@|n Array (|n- 0 => 1|n+ 0 => 2|n' details=' %s/ExceptionStackTest.php:14|n |n Caused by|n message|n Failed asserting that two arrays are equal.|n --- Expected|n +++ Actual|n @@ @@|n Array (|n - 0 => 1|n + 0 => 2|n |n %s/ExceptionStackTest.php:10|n ' flowId='%d']
##teamcity[testFailed name='testPrintingChildException' message='Child exception|nmessage|nFailed asserting that two arrays are equal.|n--- Expected|n+++ Actual|n@@ @@|n Array (|n- 0 => 1|n+ 0 => 2|n' details=' %s%eExceptionStackTest.php:14|n |n Caused by|n message|n Failed asserting that two arrays are equal.|n --- Expected|n +++ Actual|n @@ @@|n Array (|n - 0 => 1|n + 0 => 2|n |n %s%eExceptionStackTest.php:10|n ' flowId='%d']

##teamcity[testFinished name='testPrintingChildException' duration='%d' flowId='%d']

Expand Down

0 comments on commit dde5fdd

Please sign in to comment.