]> granicus.if.org Git - libvpx/commitdiff
datarate_test: rename thread -> Thread in test name
authorJames Zern <jzern@google.com>
Thu, 22 Jun 2017 03:05:31 +0000 (20:05 -0700)
committerJames Zern <jzern@google.com>
Thu, 22 Jun 2017 03:05:31 +0000 (20:05 -0700)
this is consistent with other threaded tests and ensures gtest_filters
meant to operate on these pick them up

Change-Id: I99ce53720553a22c4b9905a2882273c2be2c031b

test/datarate_test.cc

index a120a88d2a249f9abd675021f4f45f55fdae215b..8e93de6b9ccefdb9d040169e0c8bc58e2f7f1051 100644 (file)
@@ -1396,7 +1396,7 @@ TEST_P(DatarateOnePassCbrSvc, DISABLED_OnePassCbrSvc2SL3TLSmallKf) {
 
 // Check basic rate targeting for 1 pass CBR SVC: 2 spatial layers and
 // 3 temporal layers. Run HD clip with 4 threads.
-TEST_P(DatarateOnePassCbrSvc, OnePassCbrSvc2SL3TL4threads) {
+TEST_P(DatarateOnePassCbrSvc, OnePassCbrSvc2SL3TL4Threads) {
   cfg_.rc_buf_initial_sz = 500;
   cfg_.rc_buf_optimal_sz = 500;
   cfg_.rc_buf_sz = 1000;