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
This commit is contained in:
houssainy@google.com 2014-10-17 09:13:43 +00:00
parent 264e66f7a5
commit c221db6165
2 changed files with 2 additions and 2 deletions

View File

@ -44,5 +44,5 @@ function testOfferAnswer(test, bot1, bot2) {
}
}
registerBotTest('testOfferAnswer/chrome=>chrome',
registerBotTest('testOfferAnswer/chrome-chrome',
testOfferAnswer, ['chrome', 'chrome']);

View File

@ -97,5 +97,5 @@ function testOneWayVideo(test, bot1, bot2) {
}
}
registerBotTest('testOneWayVideo/chrome=>chrome',
registerBotTest('testOneWayVideo/chrome-chrome',
testOneWayVideo, ['chrome', 'chrome']);