Skip to content

Commit 0a62385

Browse files
authored
Update checkers tests Fix 404 links for failing long tests. (#996)
1 parent 5944c8e commit 0a62385

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

test/test_data/binutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"url": "http://mirror.centos.org/centos/7/os/x86_64/Packages/",
21-
"package_name": "binutils-2.27-43.base.el7.x86_64.rpm",
21+
"package_name": "binutils-2.27-44.base.el7.x86_64.rpm",
2222
"product": "binutils",
2323
"version": "2.27",
2424
},

test/test_data/kerberos_5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package_test_data = [
33
{
44
"url": "http://mirror.centos.org/centos/7/os/x86_64/Packages/",
5-
"package_name": "krb5-libs-1.15.1-46.el7.x86_64.rpm",
5+
"package_name": "krb5-libs-1.15.1-50.el7.x86_64.rpm",
66
"product": "kerberos_5",
77
"version": "1.15.1",
88
}

test/test_data/nss.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
]
1313
package_test_data = [
1414
{
15-
"url": "http://rpmfind.net/linux/openmandriva/3.0/repository/x86_64/main/updates/",
16-
"package_name": "nss-3.42.1-1-omv2015.0.x86_64.rpm",
15+
"url": "https://rpmfind.net/linux/openmandriva/4.0/repository/x86_64/main/release/",
16+
"package_name": "nss-3.44-1-omv4000.x86_64.rpm",
1717
"product": "network_security_services",
18-
"version": "3.42.1",
18+
"version": "3.44",
1919
},
2020
{
2121
"url": "https://kojipkgs.fedoraproject.org/packages/nss/3.37.3/3.fc29/x86_64/",

test/test_data/qt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
]
88
package_test_data = [
99
{
10-
"url": "https://kojipkgs.fedoraproject.org/packages/qt/3.3.8/10.fc9/x86_64/",
11-
"package_name": "qt-3.3.8-10.fc9.x86_64.rpm",
10+
"url": "https://kojipkgs.fedoraproject.org//vol/fedora_koji_archive00/packages/qt3/3.3.8b/13.fc9/src/",
11+
"package_name": "qt3-3.3.8b-13.fc9.src.rpm",
1212
"product": "qt",
1313
"version": "3.3.8",
1414
},

test/test_data/tiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"url": "http://mirror.centos.org/centos/7/os/x86_64/Packages/",
20-
"package_name": "libtiff-4.0.3-32.el7.x86_64.rpm",
20+
"package_name": "libtiff-4.0.3-35.el7.x86_64.rpm",
2121
"product": "libtiff",
2222
"version": "4.0.3",
2323
},

0 commit comments

Comments
 (0)