[mb-commits] branch, beta, updated. HTML5 Test still had a lurking DBDefs::, changed to ->
MusicBrainz Git Server <[email protected]>
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1Tf1ob-0000ZZ-DS@wiley> |
The branch, beta has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=57fc67be2656da1e7363f1bd752c7199c8f3eedb (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=cb03b1687bf5d43fc91c5a7bdfd0796c738a9189 (commit)
Summary of changes:
lib/MusicBrainz/Server/Test/HTML5.pm | 2 +-
1 files changed, 1 insertions(+), 1 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 57fc67be2656da1e7363f1bd752c7199c8f3eedb
Author: Ian McEwen <[email protected]>
Date: Sat Dec 1 22:09:49 2012 -0700
HTML5 Test still had a lurking DBDefs::, changed to ->
diff --git a/lib/MusicBrainz/Server/Test/HTML5.pm b/lib/MusicBrainz/Server/Test/HTML5.pm
index 1ebd080..4c997c9 100644
--- a/lib/MusicBrainz/Server/Test/HTML5.pm
+++ b/lib/MusicBrainz/Server/Test/HTML5.pm
@@ -182,7 +182,7 @@ sub html5_ok
return;
}
- my $url = DBDefs::HTML_VALIDATOR;
+ my $url = DBDefs->HTML_VALIDATOR;
unless ($url) {
$Test->skip("No HTML_VALIDATOR configured, skip html validation");
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server