Moving ViE test files and deleting files no longer used.
BUG=977 TEST=Try bots. Review URL: https://webrtc-codereview.appspot.com/1046004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3414 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
d3ecb615ba
commit
59d209562f
2
DEPS
2
DEPS
@ -14,7 +14,7 @@ vars = {
|
||||
|
||||
# External resources like video and audio files used for testing purposes.
|
||||
# Downloaded on demand when needed.
|
||||
"webrtc_resources_revision": "12",
|
||||
"webrtc_resources_revision": "13",
|
||||
}
|
||||
|
||||
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 297 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
Binary file not shown.
Before Width: | Height: | Size: 297 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
Binary file not shown.
Before Width: | Height: | Size: 297 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
@ -151,11 +151,10 @@ void ViEAutoTest::ViEFileStandardTest()
|
||||
const int TEST_SPACING = 1000;
|
||||
const int VIDEO_LENGTH = 5000;
|
||||
|
||||
const std::string root = webrtc::test::ProjectRootPath() +
|
||||
"webrtc/video_engine/test/auto_test/media/";
|
||||
const std::string renderStartImage = root + "renderStartImage.jpg";
|
||||
const std::string captureDeviceImage = root + "captureDeviceImage.jpg";
|
||||
const std::string renderTimeoutFile = root + "renderTimeoutImage.jpg";
|
||||
const std::string renderStartImage = webrtc::test::ResourcePath(
|
||||
"video_engine/renderStartImage", "jpg");
|
||||
const std::string renderTimeoutFile = webrtc::test::ResourcePath(
|
||||
"video_engine/renderTimeoutImage", "jpg");
|
||||
|
||||
const std::string output = webrtc::test::OutputPath();
|
||||
const std::string snapshotCaptureDeviceFileName =
|
||||
|
Loading…
x
Reference in New Issue
Block a user