cellog Sat Sep 24 01:15:08 2005 EDT
Modified files:
/pear-core/tests/PEAR_PackageFile_Generator_v1/toV2
test_filelist1.phpt
Log:
fix test to match what it should do.
http://cvs.php.net/diff.php/pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_filelist1.phpt?r1=1.6&r2=1.7&ty=u
Index: pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_filelist1.phpt
diff -u
pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_filelist1.phpt:1.6
pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_filelist1.phpt:1.7
--- pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_filelist1.phpt:1.6
Fri Sep 23 13:33:22 2005
+++ pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_filelist1.phpt
Sat Sep 24 01:15:08 2005
@@ -84,9 +84,8 @@
<filelist>
<install as="hope" name="sunger/foo.dat" />
<install as="merbl.php" name="foo.php" />
- <install as="foo.doc" name="foo.doc" />
- <ignore name="foo.phpt" />
<ignore name="sunger/foo.tst" />
+ <ignore name="foo.phpt" />
</filelist>
</phprelease>
<phprelease>
@@ -97,21 +96,13 @@
</installconditions>
<filelist>
<install as="merbl.php" name="foo.php" />
- <install as="foo.tst" name="foo.tst" />
<ignore name="sunger/foo.dat" />
<ignore name="sunger/foo.doc" />
</filelist>
</phprelease>
<phprelease>
- <installconditions>
- <os>
- <name>*</name>
- </os>
- </installconditions>
<filelist>
<install as="merbl.php" name="foo.php" />
- <install as="foo.doc" name="foo.doc" />
- <install as="foo.tst" name="foo.tst" />
<ignore name="sunger/foo.dat" />
<ignore name="foo.phpt" />
</filelist>
|