aboutsummaryrefslogtreecommitdiff
path: root/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-08-30 13:33:18 +0200
committeradamw <adam@warski.org>2017-08-30 13:33:18 +0200
commit227e1d6f4433a15dfc3529bac8387540945009cf (patch)
tree7d108dec35bc99884ae1c95b0294d39f9e3c5b81 /tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala
parent94b9204973983b4e1620d7cdfd188ca9fd1c01ca (diff)
downloadsttp-227e1d6f4433a15dfc3529bac8387540945009cf.tar.gz
sttp-227e1d6f4433a15dfc3529bac8387540945009cf.tar.bz2
sttp-227e1d6f4433a15dfc3529bac8387540945009cf.zip
Implementing multi-part uploads for the http url connection backend
Diffstat (limited to 'tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala')
-rw-r--r--tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala b/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala
index 9b686dc..aeee5ed 100644
--- a/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala
+++ b/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala
@@ -200,7 +200,7 @@ class BasicTests
authTests()
compressionTests()
downloadFileTests()
-// multipartTests()
+ multipartTests()
def parseResponseTests(): Unit = {
name should "parse response as string" in {