Add test for issue #2444

A WWW-Authenticate header must be present in the 401 response to make clients
know that they can authenticate, and how.
This commit is contained in:
Jack Grigg
2017-07-12 16:34:07 -05:00
parent 5df11e9d8e
commit 689264bbff
3 changed files with 72 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ zcash_gtest_SOURCES += \
gtest/test_tautology.cpp \
gtest/test_deprecation.cpp \
gtest/test_equihash.cpp \
gtest/test_httprpc.cpp \
gtest/test_joinsplit.cpp \
gtest/test_keystore.cpp \
gtest/test_noteencryption.cpp \