From 6c025858196b348c83ddd50e9233eb85c86c71d6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 27 Dec 2014 08:01:13 +0000 Subject: player: support playing splitfx YAML files This allows splitfx users to test CUE breakpoints and run file-specific effects without interrupting their normal flow. --- test/test_player_integration.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/test_player_integration.rb b/test/test_player_integration.rb index 66f599e..2525ac5 100644 --- a/test/test_player_integration.rb +++ b/test/test_player_integration.rb @@ -208,11 +208,11 @@ class TestPlayerIntegration < Testcase def test_source_ed s = client_socket - assert_equal "sox av ff", s.req("source ls") + assert_equal "sox av ff splitfx", s.req("source ls") s.req_ok("source ed av tryorder=-1") - assert_equal "av sox ff", s.req("source ls") + assert_equal "av sox ff splitfx", s.req("source ls") s.req_ok("source ed av tryorder=") - assert_equal "sox av ff", s.req("source ls") + assert_equal "sox av ff splitfx", s.req("source ls") s.req_ok("source ed sox command=true") sox = YAML.load(s.req("source cat sox")) -- cgit v1.2.3-24-ge0c7