[mb-commits] branch, beta, updated. Ignore bad values for 'resource' attributes in HTML5 tests
MusicBrainz Git Server <[email protected]>
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1TYKXK-00067K-PL@wiley> |
The branch, beta has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=3a234138b1942d84186548413a799cf24ff98c5b (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=8e889a6bf96bbf63f512b207fcee1ec97e45cd89 (commit)
Summary of changes:
lib/MusicBrainz/Server/Test/HTML5.pm | 4 ++++
1 files changed, 4 insertions(+), 0 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 3a234138b1942d84186548413a799cf24ff98c5b
Author: Oliver Charles <[email protected]>
Date: Tue Nov 13 17:44:23 2012 +0000
Ignore bad values for 'resource' attributes in HTML5 tests
diff --git a/lib/MusicBrainz/Server/Test/HTML5.pm b/lib/MusicBrainz/Server/Test/HTML5.pm
index 0897e14..1ebd080 100644
--- a/lib/MusicBrainz/Server/Test/HTML5.pm
+++ b/lib/MusicBrainz/Server/Test/HTML5.pm
@@ -55,6 +55,9 @@ Currently we ignore the following warnings:
10. about attribute
Not a valid attribute in HTML5, but used by RDFa.
+ 11. Bad value ... for attribute “resource” on element ...
+ We seem to be using values that are not proper resource attribute values.
+
=cut
sub ignore_warning
@@ -72,6 +75,7 @@ sub ignore_warning
'^Element .input. with attribute .type. whose value is .button.',
'^Element .* not allowed as child of element .* in this context.',
'^Attribute .about. not allowed on element',
+ '^Bad value .* for attribute .resource. on element .*: Illegal character in scheme component.'
);
for my $test (@ignored)
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server
_______________________________________________
MusicBrainz-commits mailing list
[email protected]
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits