mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Remove debugging print from a test case
Test Plan: reran the test Reviewers: epriestley, jungejason Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1906
This commit is contained in:
parent
545f51a4fb
commit
dc6816789a
1 changed files with 0 additions and 1 deletions
|
@ -525,7 +525,6 @@ EOTEXT
|
||||||
$this->assertEqual(2, count($new_properties));
|
$this->assertEqual(2, count($new_properties));
|
||||||
$this->assertEqual('*', idx($new_properties, 'svn:executable'));
|
$this->assertEqual('*', idx($new_properties, 'svn:executable'));
|
||||||
$this->assertEqual('text/html', idx($new_properties, 'svn:mime-type'));
|
$this->assertEqual('text/html', idx($new_properties, 'svn:mime-type'));
|
||||||
print_r($changes);
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new Exception("No test block for diff file {$diff_file}.");
|
throw new Exception("No test block for diff file {$diff_file}.");
|
||||||
|
|
Loading…
Reference in a new issue