[mb-commits] branch, beta, updated. Update CDStub::Browse test for the new year.

MusicBrainz Git Server <[email protected]> Thu, 03 Jan 2013 08:27:33 +0000
Newsgroups gmane.comp.audio.musicbrainz.cvs
Message-ID <E1Tqg9F-0007ih-6K@wiley>
The branch, beta has been updated
       via  http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=f56e71cc8063c72779b0d82fdcbc6062d92a4258 (commit)
      from  http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=b66dca205df699de4dae32ff66303180e322de50 (commit)

Summary of changes:
 .../MusicBrainz/Server/Controller/CDStub/Browse.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f56e71cc8063c72779b0d82fdcbc6062d92a4258
Author: warp <[email protected]>
Date:   Thu Jan 3 09:27:06 2013 +0100

    Update CDStub::Browse test for the new year.

diff --git a/t/lib/t/MusicBrainz/Server/Controller/CDStub/Browse.pm b/t/lib/t/MusicBrainz/Server/Controller/CDStub/Browse.pm
index 947e8f4..744ae50 100644
--- a/t/lib/t/MusicBrainz/Server/Controller/CDStub/Browse.pm
+++ b/t/lib/t/MusicBrainz/Server/Controller/CDStub/Browse.pm
@@ -34,8 +34,8 @@ html_ok($mech->content);
 $mech->title_like(qr/Top CD Stubs/, 'title is correct');
 $mech->content_like(qr/Test Artist/, 'content has artist name');
 $mech->content_like(qr/YfSgiOEayqN77Irs.VNV.UNJ0Zs-/, 'content has disc id');
-$mech->content_like(qr/Added 12&#xa0;years ago/, 'content has added timestamp');
-$mech->content_like(qr/last modified 11&#xa0;years ago/, 'content has last modified timestamp');
+$mech->content_like(qr/Added 13&#xa0;years ago/, 'content has added timestamp');
+$mech->content_like(qr/last modified 12&#xa0;years ago/, 'content has last modified timestamp');
 
 };
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
mb_server