summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-03-01 18:49:37 -0600
committerDan McGee <dan@archlinux.org>2010-04-18 22:40:01 -0500
commitc4ddff2f485834e420cd0e67d5942ec5e1fc4e25 (patch)
tree563d7a1f8ec61eeddb15a25a6a6da6c73acea537 /public
parentad33813bc14621911ea057b0143493a99048f4cb (diff)
downloadarchweb-c4ddff2f485834e420cd0e67d5942ec5e1fc4e25.tar.gz
archweb-c4ddff2f485834e420cd0e67d5942ec5e1fc4e25.zip
Remove IRC Channels
And link to wiki instead. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'public')
-rw-r--r--public/tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/public/tests.py b/public/tests.py
index 3f0c5308..c792343d 100644
--- a/public/tests.py
+++ b/public/tests.py
@@ -35,10 +35,6 @@ class PublicTest(TestCase):
response = self.client.get('/download/')
self.assertEqual(response.status_code, 200)
- def test_irc(self):
- response = self.client.get('/irc/')
- self.assertEqual(response.status_code, 200)
-
def test_moreforums(self):
response = self.client.get('/moreforums/')
self.assertEqual(response.status_code, 200)