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/webrtc@7465 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/tools/rtcbot/test/simple_offer_answer.js b/tools/rtcbot/test/simple_offer_answer.js
index 43553f0..888662a 100644
--- a/tools/rtcbot/test/simple_offer_answer.js
+++ b/tools/rtcbot/test/simple_offer_answer.js
@@ -44,5 +44,5 @@
   }
 }
 
-registerBotTest('testOfferAnswer/chrome=>chrome',
+registerBotTest('testOfferAnswer/chrome-chrome',
                 testOfferAnswer, ['chrome', 'chrome']);
diff --git a/tools/rtcbot/test/webrtc_video_streaming.js b/tools/rtcbot/test/webrtc_video_streaming.js
index 9142c53..db08a78 100644
--- a/tools/rtcbot/test/webrtc_video_streaming.js
+++ b/tools/rtcbot/test/webrtc_video_streaming.js
@@ -97,5 +97,5 @@
   }
 }
 
-registerBotTest('testOneWayVideo/chrome=>chrome',
+registerBotTest('testOneWayVideo/chrome-chrome',
                 testOneWayVideo, ['chrome', 'chrome']);