From a0f001ebaedfc0352fb1da2bde7110709be269b8 Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Mon, 23 Sep 2013 13:52:21 -0700
Subject: vrt: remote tlr from test (not supported)

---
 host/tests/vrt_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'host/tests')

diff --git a/host/tests/vrt_test.cpp b/host/tests/vrt_test.cpp
index 225fa4f2b..62284b239 100644
--- a/host/tests/vrt_test.cpp
+++ b/host/tests/vrt_test.cpp
@@ -176,7 +176,7 @@ BOOST_AUTO_TEST_CASE(test_with_chdr){
     if_packet_info.has_cid = false;
     if_packet_info.has_tsi = false;
     if_packet_info.has_tsf = true;
-    if_packet_info.has_tlr = true;
+    if_packet_info.has_tlr = false; //tlr not suported in CHDR
     if_packet_info.tsi = std::rand();
     if_packet_info.tsf = std::rand();
     if_packet_info.num_payload_words32 = 24;
-- 
cgit v1.2.3