On 21 Aug 2012, at 11:44 PM, Graham Leggett wrote: > I think the change in filesize is correct, the file size should probably be > 12, not 15.
This patch changes it:
Index: src/it/rpm-1/verify.groovy
===================================================================
--- src/it/rpm-1/verify.groovy (revision 17378)
+++ src/it/rpm-1/verify.groovy (working copy)
@@ -36,9 +36,9 @@
List fileInfos = RpmUtil.queryPackageForFileInfo(rpm)
int fileCnt = fileInfos.size()
-if (fileCnt != 15)
+if (fileCnt != 12)
{
- throw new java.lang.AssertionError("Incorrect file count: 15 != " +
fileCnt);
+ throw new java.lang.AssertionError("Incorrect file count: 12 != " +
fileCnt);
}
boolean nameScript = false;
Regards,
Graham
--
smime.p7s
Description: S/MIME cryptographic signature
