about summary refs log tree commit homepage
path: root/test/test_player_integration.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-31 01:14:07 +0000
committerEric Wong <e@80x24.org>2015-12-31 01:14:07 +0000
commit68be73fd5723d9c47d395be5ab251d04901aa2d2 (patch)
treeec14406fa7c7472fcc50e4d8b2caed2c7d4f03b9 /test/test_player_integration.rb
parent7e163620fc36ac5067d96a714444f75f53a3b115 (diff)
downloaddtas-68be73fd5723d9c47d395be5ab251d04901aa2d2.tar.gz
Oops :x
Diffstat (limited to 'test/test_player_integration.rb')
-rw-r--r--test/test_player_integration.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_player_integration.rb b/test/test_player_integration.rb
index 982b83b..11fa200 100644
--- a/test/test_player_integration.rb
+++ b/test/test_player_integration.rb
@@ -224,4 +224,9 @@ class TestPlayerIntegration < Testcase
     sox = YAML.load(s.req("source cat sox"))
     assert_equal DTAS::Source::Sox::SOX_DEFAULTS["command"], sox["command"]
   end
+
+  def test_tl_tracks
+    s = client_socket
+    assert_match(%r{\A\d+ }, s.req('tl tracks'))
+  end
 end