Skip to content

Commit

Permalink
Add sha1sum to expect XML
Browse files Browse the repository at this point in the history
Now test passes both HHVM and Zend 5.5
  • Loading branch information
JoelMarcey authored and cweiske committed Nov 19, 2013
1 parent 539a87d commit 265e4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/PEAR_PackageFile_Generator_v2/toTgz2/test_extbin.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ release notes
</notes>
<contents>
<dir name="/">
<file baseinstalldir="freeb" md5sum="ed0384ad29e60110b310a02e95287ee6" name="sunger/foo.dat" role="data">
<file baseinstalldir="freeb" md5sum="ed0384ad29e60110b310a02e95287ee6" name="sunger/foo.dat" role="data" sha1sum="9c8a8626c44946691f545b212909180320bbb17a">
<tasks:replace from="@pv@" to="version" type="package-info" />
</file>
<file baseinstalldir="freeb" md5sum="' . (OS_WINDOWS ? 'ed0384ad29e60110b310a02e95287ee6' :
'452925d5182994846dbe3b9518db84d8') . '" name="foo.php" role="ext">
'452925d5182994846dbe3b9518db84d8') . '" name="foo.php" role="ext" sha1sum="fdd988798afd78a5627443362271f9b5fb80a7dd">
<tasks:replace from="@pv@" to="version" type="package-info" />
</file>
</dir>
Expand Down

0 comments on commit 265e4d1

Please sign in to comment.