From: Eric Wong <e@80x24.org>
To: dtas-all@nongnu.org
Subject: [PATCH 2/1] test_player_integration: fix w/ ffmpeg > avconv
Date: Sat, 27 Jan 2024 22:03:44 +0000 [thread overview]
Message-ID: <20240127220344.M296395@dcvr> (raw)
In-Reply-To: <20231012092251.3683488-1-e@80x24.org>
I forgot to run tests :x
---
test/test_player_integration.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/test_player_integration.rb b/test/test_player_integration.rb
index 5059bd2..09eceee 100644
--- a/test/test_player_integration.rb
+++ b/test/test_player_integration.rb
@@ -209,11 +209,11 @@ def test_state_file
def test_source_ed
s = client_socket
- assert_equal "sox av ff splitfx", s.req("source ls")
+ assert_equal "sox ff av splitfx", s.req("source ls")
s.req_ok("source ed av tryorder=-1")
assert_equal "av sox ff splitfx", s.req("source ls")
s.req_ok("source ed av tryorder=")
- assert_equal "sox av ff splitfx", s.req("source ls")
+ assert_equal "sox ff av splitfx", s.req("source ls")
s.req_ok("source ed sox command=true")
sox = DTAS.yaml_load(s.req("source cat sox"))
prev parent reply other threads:[~2024-01-27 22:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-12 9:22 [PATCH] favor ffmpeg over deprecated avconv Eric Wong
2024-01-27 22:03 ` Eric Wong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://80x24.org/dtas/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240127220344.M296395@dcvr \
--to=e@80x24.org \
--cc=dtas-all@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://80x24.org/dtas.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).