Skip to content

Commit

Permalink
Fixed test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Sep 29, 2012
1 parent 84c942a commit 18a5564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bug00627.phpt
Expand Up @@ -30,7 +30,7 @@ dbgpRun( $data, $commands );

-> run -i 3
<?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="3" status="break" reason="ok"><xdebug:message filename="file:///home/derick/dev/php/xdebug/tests/bug00627-symlink-target.inc" lineno="4"></xdebug:message></response>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="3" status="break" reason="ok"><xdebug:message filename="file://%s/bug00627-symlink-target.inc" lineno="4"></xdebug:message></response>

-> context_get -i 4 -d 0
<?xml version="1.0" encoding="iso-8859-1"?>
Expand Down

0 comments on commit 18a5564

Please sign in to comment.