[mb-commits] branch, beta, updated. Merge remote-tracking branch 'origin/remove-selenium' into beta Clarify why s...
MusicBrainz Git Server <[email protected]> Mon, 04 Feb 2013 06:19:56 +0000
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1U2FPI-0002s7-0t@wiley> |
The branch, beta has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=2a2e95eb81f7c841d406ed91e66ddd9c67fabbe4 (commit)
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=67d0aa988bdb95c36e2817ff9597a64234739a56 (commit)
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=776106fe67a7fbc61b4536de06ef1b4eed26b2a2 (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=b4e0abfd115826c57092a8ddaa7172ff2322a337 (commit)
Summary of changes:
HACKING | 64 +------
Makefile.PL | 2 -
lib/Test/WWW/Selenium/Parser.pm | 167 -----------------
lib/Test/WWW/Selenium/Parser/Test.pm | 86 ---------
root/static/tests/seed-love-bug.html | 6 +-
t/selenium.t | 87 ---------
.../bugfixes/mbs-1204-edit-associations.html | 146 ---------------
t/selenium/bugfixes/mbs-1204-edit-tracklist.html | 111 -----------
t/selenium/bugfixes/mbs-1524-edit-release.html | 41 ----
t/selenium/bugfixes/mbs-1626-add-discs.html | 81 --------
t/selenium/bugfixes/mbs-2151-medium-required.html | 71 -------
t/selenium/disabled/add-disc-cdstub-import.html | 101 ----------
.../disabled/add-disc-existing-tracklist.html | 101 ----------
t/selenium/disabled/add-disc-freedb-import.html | 111 -----------
t/selenium/login/login.html | 61 ------
t/selenium/release_editor/add-and-remove-disc.html | 91 ---------
.../release_editor/add-disc-manual-entry.html | 81 --------
t/selenium/release_editor/add-release.html | 196 --------------------
t/selenium/release_editor/edit-recording.html | 76 --------
t/selenium/release_editor/remove-disc.html | 71 -------
t/selenium/release_editor/seed.html | 191 -------------------
21 files changed, 8 insertions(+), 1934 deletions(-)
delete mode 100644 lib/Test/WWW/Selenium/Parser.pm
delete mode 100644 lib/Test/WWW/Selenium/Parser/Test.pm
delete mode 100644 t/selenium.t
delete mode 100644 t/selenium/bugfixes/mbs-1204-edit-associations.html
delete mode 100644 t/selenium/bugfixes/mbs-1204-edit-tracklist.html
delete mode 100644 t/selenium/bugfixes/mbs-1524-edit-release.html
delete mode 100644 t/selenium/bugfixes/mbs-1626-add-discs.html
delete mode 100644 t/selenium/bugfixes/mbs-2151-medium-required.html
delete mode 100644 t/selenium/disabled/add-disc-cdstub-import.html
delete mode 100644 t/selenium/disabled/add-disc-existing-tracklist.html
delete mode 100644 t/selenium/disabled/add-disc-freedb-import.html
delete mode 100644 t/selenium/login/login.html
delete mode 100644 t/selenium/release_editor/add-and-remove-disc.html
delete mode 100644 t/selenium/release_editor/add-disc-manual-entry.html
delete mode 100644 t/selenium/release_editor/add-release.html
delete mode 100644 t/selenium/release_editor/edit-recording.html
delete mode 100644 t/selenium/release_editor/remove-disc.html
delete mode 100644 t/selenium/release_editor/seed.html
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 2a2e95eb81f7c841d406ed91e66ddd9c67fabbe4
Merge: b4e0abf 67d0aa9
Author: warp <[email protected]>
Date: Mon Feb 4 10:12:08 2013 +0100
Merge remote-tracking branch 'origin/remove-selenium' into beta
* origin/remove-selenium:
Clarify why seed-love-bug still exists even though the selenium tests which previously used it have been removed.
Remove selenium tests.
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server