Skip to content

Commit a38854f

Browse files
committed
Re-enabling dev14 tests due to #314
1 parent 552bdba commit a38854f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Release/tests/functional/http/client/response_stream_tests.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ TEST_FIXTURE(uri_address, response_stream_file_stream_close_early)
206206
VERIFY_THROWS((resp = client.request(msg).get(), resp.content_ready().get()), std::exception);
207207
}
208208

209-
// CodePlex 314
210-
#if !defined(_MSC_VER) || _MSC_VER < 1900
211209
TEST_FIXTURE(uri_address, response_stream_large_file_stream)
212210
{
213211
// Send a 100 KB data in the response body, the server will send this in multiple chunks
@@ -251,7 +249,6 @@ TEST_FIXTURE(uri_address, response_stream_large_file_stream)
251249
fistream.close().get();
252250
}
253251
}
254-
#endif
255252

256253
#if !defined(__cplusplus_winrt)
257254

@@ -367,8 +364,6 @@ TEST_FIXTURE(uri_address, content_ready)
367364
listener.close().wait();
368365
}
369366

370-
// CodePlex 314
371-
#if !defined(_MSC_VER) || _MSC_VER < 1900
372367
TEST_FIXTURE(uri_address, xfer_chunked_with_length)
373368
{
374369
http_client client(m_uri);
@@ -446,7 +441,6 @@ TEST_FIXTURE(uri_address, get_resp_stream)
446441

447442
listener.close().wait();
448443
}
449-
#endif
450444

451445
TEST_FIXTURE(uri_address, xfer_chunked_multiple_chunks)
452446
{

Release/tests/functional/http/listener/dirs.proj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<ProjectFile Include="VS12\HttpListener120_test.vcxproj" />
1111
</ItemGroup>
1212

13+
<ItemGroup Condition="'$(DevToolsVersion)'=='140'">
14+
<ProjectFile Include="VS14\HttpListener140_test.vcxproj" />
15+
</ItemGroup>
16+
1317
<Import Project="$(TargetsPath)\Common.Build.Traversal.targets" />
1418

1519
</Project>

0 commit comments

Comments
 (0)