Skip to content

Commit 8c8c776

Browse files
committed
fix again
1 parent 1ecd0c4 commit 8c8c776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aws-cpp-sdk-s3-crt-integration-tests/BucketAndObjectOperationTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ namespace
8383
static const char* TEST_OBJ_KEY = "TestObjectKey";
8484
static const char* TEST_NOT_MODIFIED_OBJ_KEY = "TestNotModifiedObjectKey";
8585
static const char* TEST_DNS_UNFRIENDLY_OBJ_KEY = "WhySoHostile";
86-
static const char* TEST_EVENT_STREAM_OBJ_KEY = "TestEventStream.csv";
86+
// static const char* TEST_EVENT_STREAM_OBJ_KEY = "TestEventStream.csv";
8787
//windows won't let you hard code unicode strings in a source file and assign them to a char*. Every other compiler does and I need to test this.
8888
//to get around this, this string is url encoded version of "TestUnicode中国Key". At test time, we'll convert it to the unicode string
8989
static const char* URLENCODED_UNICODE_KEY = "TestUnicode%E4%B8%AD%E5%9B%BDKey";

0 commit comments

Comments
 (0)