diff --git a/test/test_Gameknot.py b/test/test_Gameknot.py index 5a31ab4ee..41e168d2b 100644 --- a/test/test_Gameknot.py +++ b/test/test_Gameknot.py @@ -45,6 +45,10 @@ class GameknotTestCase(PluginTestCase): self.assertRegexp('http://gameknot.com/stats.pl?ddipaolo&1', r'^[^&]+$') + def testSnarfer(self): + self.assertRegexp('http://gameknot.com/chess.pl?bd=907498', + '\x02ddipaolo\x02 won') + # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: