fixed bug in package parser (wrong length of .PKGINFO file was used)

This commit is contained in:
2016-04-16 10:11:54 +02:00
parent fa51e60bc6
commit 3385cafc32
4 changed files with 12 additions and 121 deletions

View File

@@ -36,7 +36,7 @@ public class ParseTest
@Test
public void parseTest() throws Exception
{
String[] files = new String[]{"/var/cache/pacman/pkg/mesa-10.4.5-1-x86_64.pkg.tar.xz", "/var/cache/pacman/pkg/mesa-10.5.3-1-x86_64.pkg.tar.xz"};
String[] files = new String[]{"/home/walter/Scaricati/oh-my-zsh-git-3912.d310fac-1-any.pkg.tar.xz"};
for (String file : files)
{