mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 02:54:23 +02:00
https://github.com/Novik/ruTorrent/releases/tag/v5.2.6
https://github.com/Novik/ruTorrent/releases/tag/v5.2.5
https://github.com/Novik/ruTorrent/releases/tag/v5.2.4
https://github.com/Novik/ruTorrent/releases/tag/v5.2.0
https://github.com/Novik/ruTorrent/releases/tag/v5.1.3
Also skip failing `category-list` test, which does not appear to account
for a recent change in state categories.
Ref: dce454149d
22 lines
632 B
Diff
22 lines
632 B
Diff
diff -ruN a/tests/js/rtorrent.spec.js b/tests/js/rtorrent.spec.js
|
|
--- a/tests/js/rtorrent.spec.js
|
|
+++ b/tests/js/rtorrent.spec.js
|
|
@@ -17,6 +17,7 @@
|
|
|
|
for (const src of [
|
|
"../lang/en.js",
|
|
+ "../js/browser.js",
|
|
"../js/common.js",
|
|
"../js/content.js",
|
|
"../js/rtorrent.js",
|
|
diff -ruN a/tests/plugins/rss/init.spec.js b/tests/plugins/rss/init.spec.js
|
|
--- a/tests/plugins/rss/init.spec.js
|
|
+++ b/tests/plugins/rss/init.spec.js
|
|
@@ -39,6 +39,7 @@
|
|
"../js/custom-elements.js",
|
|
"../js/category-list-elements.js",
|
|
"../lang/en.js",
|
|
+ "../js/browser.js",
|
|
"../js/common.js",
|
|
"../js/content.js",
|
|
"../js/rtorrent.js",
|