@@ -204,7 +204,7 @@ TEST_F(ObjectChecksumIntegrationTest, DefaultCrc32cInsertJSON) {
204204 Contains (StartsWith (" content-type: multipart/related; boundary=" )));
205205
206206 if (insert_meta->has_metadata (" x_emulator_upload" )) {
207- // When running against the testbench , we have some more information to
207+ // When running against the emulator , we have some more information to
208208 // verify the right upload type and contents were sent.
209209 EXPECT_EQ (" multipart" , insert_meta->metadata (" x_emulator_upload" ));
210210 ASSERT_TRUE (insert_meta->has_metadata (" x_emulator_crc32c" ));
@@ -296,8 +296,8 @@ TEST_F(ObjectChecksumIntegrationTest, DefaultCrc32cStreamingWriteJSON) {
296296// / @test Verify that CRC32C checksum mismatches are reported by default on
297297// / downloads.
298298TEST_F (ObjectChecksumIntegrationTest, MismatchedCrc32cStreamingReadXML) {
299- // This test is disabled when not using the testbench as it relies on the
300- // testbench to inject faults.
299+ // This test is disabled when not using the emulator as it relies on the
300+ // emulator to inject faults.
301301 if (!UsingEmulator ()) GTEST_SKIP ();
302302 StatusOr<Client> client = MakeIntegrationTestClient ();
303303 ASSERT_STATUS_OK (client);
@@ -340,8 +340,8 @@ TEST_F(ObjectChecksumIntegrationTest, MismatchedCrc32cStreamingReadXML) {
340340// / @test Verify that CRC32C checksum mismatches are reported by default on
341341// / downloads.
342342TEST_F (ObjectChecksumIntegrationTest, MismatchedCrc32cStreamingReadJSON) {
343- // This test is disabled when not using the testbench as it relies on the
344- // testbench to inject faults.
343+ // This test is disabled when not using the emulator as it relies on the
344+ // emulator to inject faults.
345345 if (!UsingEmulator ()) GTEST_SKIP ();
346346 StatusOr<Client> client = MakeIntegrationTestClient ();
347347 ASSERT_STATUS_OK (client);
@@ -384,8 +384,8 @@ TEST_F(ObjectChecksumIntegrationTest, MismatchedCrc32cStreamingReadJSON) {
384384// / @test Verify that CRC32C checksum mismatches are reported when using
385385// / .read().
386386TEST_F (ObjectChecksumIntegrationTest, MismatchedMD5StreamingReadXMLRead) {
387- // This test is disabled when not using the testbench as it relies on the
388- // testbench to inject faults.
387+ // This test is disabled when not using the emulator as it relies on the
388+ // emulator to inject faults.
389389 if (!UsingEmulator ()) GTEST_SKIP ();
390390 StatusOr<Client> client = MakeIntegrationTestClient ();
391391 ASSERT_STATUS_OK (client);
@@ -420,8 +420,8 @@ TEST_F(ObjectChecksumIntegrationTest, MismatchedMD5StreamingReadXMLRead) {
420420// / @test Verify that CRC32C checksum mismatches are reported when using
421421// / .read().
422422TEST_F (ObjectChecksumIntegrationTest, MismatchedMD5StreamingReadJSONRead) {
423- // This test is disabled when not using the testbench as it relies on the
424- // testbench to inject faults.
423+ // This test is disabled when not using the emulator as it relies on the
424+ // emulator to inject faults.
425425 if (!UsingEmulator ()) GTEST_SKIP ();
426426 StatusOr<Client> client = MakeIntegrationTestClient ();
427427 ASSERT_STATUS_OK (client);
@@ -457,8 +457,8 @@ TEST_F(ObjectChecksumIntegrationTest, MismatchedMD5StreamingReadJSONRead) {
457457// / @test Verify that CRC32C checksum mismatches are reported by default on
458458// / downloads.
459459TEST_F (ObjectChecksumIntegrationTest, MismatchedCrc32cStreamingWriteJSON) {
460- // This test is disabled when not using the testbench as it relies on the
461- // testbench to inject faults.
460+ // This test is disabled when not using the emulator as it relies on the
461+ // emulator to inject faults.
462462 if (!UsingEmulator ()) GTEST_SKIP ();
463463 StatusOr<Client> client = MakeIntegrationTestClient ();
464464 ASSERT_STATUS_OK (client);
0 commit comments