Skip to content

Commit a3be23f

Browse files
committed
tests: Add a bzclass detection test for mozilla.org
1 parent 547fbf4 commit a3be23f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/ro_functional.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ def _testQueryURL(self, url, count, expectstr):
114114
self.assertTrue(expectstr in out)
115115

116116

117+
class BZMozilla(BaseTest):
118+
url = "https://bugzilla.mozilla.org"
119+
bzclass = bugzilla.Bugzilla42
120+
test0 = BaseTest._testBZClass
121+
122+
117123
class BZGnome(BaseTest):
118124
url = "https://bugzilla.gnome.org/xmlrpc.cgi"
119125
bzclass = bugzilla.Bugzilla44

0 commit comments

Comments
 (0)