From 583863043ad11eb203c479c9d0eea825a29ace39 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 15 Aug 2010 19:21:38 +0200 Subject: add test for testing2x --- test/runTest | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'test/runTest') diff --git a/test/runTest b/test/runTest index a16165d..95d8c6c 100755 --- a/test/runTest +++ b/test/runTest @@ -226,6 +226,32 @@ testMoveSplitPackages() { } +# +# testing2x +# + +testTesting2xAnyPackage() { + releasePackage core pkg-any-a any + ../db-update + + pushd "${TMP}/svn-packages-copy/pkg-any-a/trunk/" >/dev/null + sed 's/pkgrel=1/pkgrel=2/g' -i PKGBUILD + svn commit -q -m"update pkg to pkgrel=2" >/dev/null + makepkg -cf --config ${curdir}/lib/makepkg-i686.conf >/dev/null 2>&1 + mv pkg-any-a-1-2-any.pkg.tar.xz "${pkgdir}/pkg-any-a/" + popd >/dev/null + + releasePackage testing pkg-any-a any + ../db-update + rm "${pkgdir}/pkg-any-a/pkg-any-a-1-2-any.pkg.tar.xz" + + ../testing2x pkg-any-a + + checkAnyPackage core pkg-any-a-1-2-any.pkg.tar.xz any + checkRemovedAnyPackage testing pkg-any-a +} + + # # ftpdir-cleanup # -- cgit v1.2.3-24-g4f1b