Skip to content
Snippets Groups Projects
Commit 39497051 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix windows tests

parent 77c23066
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ C:\Curl\curl.exe -v --silent 127.0.0.1:5005/database/data/last?token=%token% --
echo db.data.insert({"_id":4}) | %mongo_exe% %database_name% || goto :error
C:\Curl\curl.exe -v --silent 127.0.0.1:5005/database/data/next?token=%token% --stderr - | findstr /c:\"_id\":3 || goto :error
C:\Curl\curl.exe -v --silent 127.0.0.1:5005/database/data/last?token=%token% --stderr - | findstr /c:\"_id\":3 || goto :error
C:\Curl\curl.exe -v --silent 127.0.0.1:5005/database/data/next?token=%token% --stderr - | findstr /c:\"_id\":4 || goto :error
C:\Curl\curl.exe -v --silent 127.0.0.1:5005/database/data/last?token=%token% --stderr - | findstr /c:\"_id\":4 || goto :error
goto :clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment