fixed bug in package parser (wrong length of .PKGINFO file was used)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user