From c221db6165d959d32f3107c4093e9611c5c7e3ac Mon Sep 17 00:00:00 2001 From: "houssainy@google.com" Date: Fri, 17 Oct 2014 09:13:43 +0000 Subject: [PATCH] Test names changed from e.g) testOneWayVideo/chrome=>chrome to testOneWayVideo/chrome-chrome. Because the symbol ">" is interpreted as special command for output to file in bash commands. TBR= andresp@webrtc.org Review URL: https://webrtc-codereview.appspot.com/24929004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7465 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/tools/rtcbot/test/simple_offer_answer.js | 2 +- webrtc/tools/rtcbot/test/webrtc_video_streaming.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc/tools/rtcbot/test/simple_offer_answer.js b/webrtc/tools/rtcbot/test/simple_offer_answer.js index 43553f0bc..888662a0d 100644 --- a/webrtc/tools/rtcbot/test/simple_offer_answer.js +++ b/webrtc/tools/rtcbot/test/simple_offer_answer.js @@ -44,5 +44,5 @@ function testOfferAnswer(test, bot1, bot2) { } } -registerBotTest('testOfferAnswer/chrome=>chrome', +registerBotTest('testOfferAnswer/chrome-chrome', testOfferAnswer, ['chrome', 'chrome']); diff --git a/webrtc/tools/rtcbot/test/webrtc_video_streaming.js b/webrtc/tools/rtcbot/test/webrtc_video_streaming.js index 9142c530c..db08a7837 100644 --- a/webrtc/tools/rtcbot/test/webrtc_video_streaming.js +++ b/webrtc/tools/rtcbot/test/webrtc_video_streaming.js @@ -97,5 +97,5 @@ function testOneWayVideo(test, bot1, bot2) { } } -registerBotTest('testOneWayVideo/chrome=>chrome', +registerBotTest('testOneWayVideo/chrome-chrome', testOneWayVideo, ['chrome', 'chrome']);