about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-12-27 08:01:13 +0000
committerEric Wong <e@80x24.org>2014-12-27 09:02:15 +0000
commit6c025858196b348c83ddd50e9233eb85c86c71d6 (patch)
tree83fe17ab113d09f2da7fabc383cf4c2b0e75580a /test
parenta8bb7abac5739a060e094f19d1dbc04e2c361b81 (diff)
downloaddtas-6c025858196b348c83ddd50e9233eb85c86c71d6.tar.gz
This allows splitfx users to test CUE breakpoints and run
file-specific effects without interrupting their normal flow.
Diffstat (limited to 'test')
-rw-r--r--test/test_player_integration.rb6
1 files changed, 3 insertions, 3 deletions
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"))