CloudPolis / webdav-client-cpp

:cloud: C++ WebDAV Client provides easy and convenient to work with WebDAV-servers.
http://cloudpolis.github.io/webdav-client-cpp/
Other
120 stars 52 forks source link

I found a little bug here #16

Closed CatInCosmicSpace closed 7 years ago

CatInCosmicSpace commented 7 years ago

If m_path contains URL, which ends with '/', there is infinite recursion. Check.

P.S. The second commit changes nothing, made only for starting tests. P.P.S. There is problem on 2 last tests (Mac OS) with "cmake .. -DBUILD_TESTS:BOOL=$BUILD_TESTS -DHOME_PUGIXML="/usr/local" && make", don't know why. P.P.P.S. Update mkdir.cpp - wrong names of variables.

designerror commented 7 years ago

@CatInCosmicSpace, Thank you for Your efforts. brew changed the installation location of pugixml library, configuration file .travis.yml, I will correct.

CatInCosmicSpace commented 7 years ago

Also add "- make test ARGS="-VV"" to .travis.yml to script to run tests, now your application is only building.