about summary refs log tree commit homepage
path: root/test/test_player_integration.rb
diff options
context:
space:
mode:
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