From 351b08b58a6ce4bc6c2f680f9cdda029ffc4fc90 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 12 Apr 2014 23:14:54 +0000 Subject: rename list from "bugs" to "meta" "bugs" might confuse and limit the discussion, so "meta" it is! --- t/config.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 't') diff --git a/t/config.t b/t/config.t index cb5ccee2..50bc8d6d 100644 --- a/t/config.t +++ b/t/config.t @@ -25,12 +25,12 @@ my $tmpdir = tempdir(CLEANUP => 1); ok(-r $f, "$f is readable"); my $cfg = PublicInbox::Config->new($f); - is_deeply($cfg->lookup('bugs@public-inbox.org'), { - 'mainrepo' => '/home/pi/bugs-main.git', - 'address' => 'bugs@public-inbox.org', - -primary_address => 'bugs@public-inbox.org', + is_deeply($cfg->lookup('meta@public-inbox.org'), { + 'mainrepo' => '/home/pi/meta-main.git', + 'address' => 'meta@public-inbox.org', + -primary_address => 'meta@public-inbox.org', 'description' => 'development discussion', - 'listname' => 'bugs', + 'listname' => 'meta', }, "lookup matches expected output"); is($cfg->lookup('blah@example.com'), undef, -- cgit v1.2.3-24-ge0c7