]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/config.t
www: label sections and hopefully improve navigation
[public-inbox.git] / t / config.t
index 78971a2f75726a78096883c72bb5e439836e2f4e..77e8f4ac18e5bd7b8b153a18326e12a5581690e6 100644 (file)
@@ -26,9 +26,11 @@ my $tmpdir = tempdir('pi-config-XXXXXX', TMPDIR => 1, CLEANUP => 1);
        is_deeply($cfg->lookup('meta@public-inbox.org'), {
                'mainrepo' => '/home/pi/meta-main.git',
                'address' => 'meta@public-inbox.org',
+               'domain' => 'public-inbox.org',
                'url' => 'http://example.com/meta',
                -primary_address => 'meta@public-inbox.org',
                'name' => 'meta',
+               -pi_config => $cfg,
        }, "lookup matches expected output");
 
        is($cfg->lookup('blah@example.com'), undef,
@@ -41,8 +43,10 @@ my $tmpdir = tempdir('pi-config-XXXXXX', TMPDIR => 1, CLEANUP => 1);
                              'test@public-inbox.org'],
                -primary_address => 'try@public-inbox.org',
                'mainrepo' => '/home/pi/test-main.git',
+               'domain' => 'public-inbox.org',
                'name' => 'test',
                'url' => 'http://example.com/test',
+               -pi_config => $cfg,
        }, "lookup matches expected output for test");
 }