Mercurial > hg > orthanc
changeset 4331:072adf3c3409
enabling one test in sandboxed environments
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Nov 2020 18:15:28 +0100 |
parents | a01b1c9cbef4 |
children | 17d209a3f397 |
files | OrthancFramework/UnitTestsSources/RestApiTests.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/UnitTestsSources/RestApiTests.cpp Wed Nov 25 14:39:10 2020 +0100 +++ b/OrthancFramework/UnitTestsSources/RestApiTests.cpp Wed Nov 25 18:15:28 2020 +0100 @@ -182,7 +182,6 @@ } -#if ORTHANC_SANDBOXED != 1 TEST(RestApi, ParseCookies) { HttpToolbox::Arguments headers; @@ -211,7 +210,6 @@ ASSERT_EQ(1u, cookies.size()); ASSERT_EQ("v", cookies["n"]); } -#endif TEST(RestApi, RestApiPath)