Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 695ceaa

Browse files
committed
Update url test suite with newer fedora links.
1 parent 3a7bcde commit 695ceaa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/urltest.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ def distroClass(distname):
108108
'x86_64': FEDORA_BASEURL % ("10", "x86_64"),
109109
'distro': ("linux", "fedora10")
110110
},
111-
"fedora11test" : {
112-
'i386' : FEDORA_BASEURL % ("test/11-Preview", "i386"),
113-
'x86_64': FEDORA_BASEURL % ("test/11-Preview", "x86_64"),
111+
"fedora11" : {
112+
'i386' : FEDORA_BASEURL % ("11", "i386"),
113+
'x86_64': FEDORA_BASEURL % ("11", "x86_64"),
114114
'distro': ("linux", "fedora11")
115115
},
116116
"fedora-rawhide" : {
117117
'i386' : FEDORA_RAWHIDE_BASEURL % ("i386"),
118118
'x86_64': FEDORA_RAWHIDE_BASEURL % ("x86_64"),
119-
'distro': ("linux", "fedora11")
119+
'distro': ("linux", "fedora12")
120120
},
121121

122122
# SUSE Distros

0 commit comments

Comments
 (0)