bel
8ce2caa2aa
Update test description
2015-07-02 21:34:51 +02:00
bel
bd1b4b8e27
Measure timing in 100 image load test
2015-07-02 21:20:55 +02:00
bel2125
7a366c45b2
CORS test should work with default port 8080
2015-06-29 23:32:00 +02:00
bel2125
4872116f19
image test: File extension is case sensitive for Linux
2015-06-29 23:18:49 +02:00
bel2125
bb5bc3ff99
New CGI script for ajax test
2015-06-29 23:13:48 +02:00
bel2125
a3d71a0a0c
Show CGI variables in Linux mini-CGI shell script
2015-06-16 23:09:12 +02:00
bel
71aa4ae257
List environment variables in minimal Linux CGI script
2015-06-15 21:44:07 +02:00
bel
14c57095ba
Autoformat unit_test.c
2015-06-15 21:41:38 +02:00
bel
1286e26b43
Windows minimal CGI test: HTTP method and status code are sent by the framework and windows.cgi.cmd must be in the PATH
2015-06-15 21:37:13 +02:00
bel
86eb1ed0e5
Check and fix effects of SO_EXCLUSIVEADDRUSE on Windows unit test
2015-06-05 01:24:45 +02:00
bel
d6df859085
Modify unit test, so a breakpoint can be set into ASSERT
2015-06-02 23:08:12 +02:00
bel2125
c21748054f
Merge pull request #136 from vcatechnology/msvc-fixes
...
MSVC Compilation Fixes
2015-05-28 22:22:04 +02:00
bel
7b1a88e05e
Fix for Chrome in multipart form handling example
...
fix for lowercase boundary strings, see #137
2015-05-28 22:07:13 +02:00
Matt Clarkson
809da20100
Fix up batch script line endings
...
The new .gitattributes solve issues with Windows specific files
2015-05-28 13:20:04 +01:00
bel
a1c09b8186
Only use one command in a line in the unit test
2015-05-20 20:07:18 +02:00
bel2125
f8e0bf9dff
Merge pull request #113 from nihildeb/master
...
move travis tests to ci/ from test/ci_tests
2015-05-02 00:28:01 +02:00
Nick Hildebrant
bfba8d105d
move travis tests to ci/ from test/ci_tests
2015-05-02 00:02:42 +02:00
bel
180e45fdfc
Forward also POST data to CGI pages
2015-05-01 23:47:42 +02:00
bel
ceb5f39461
Add CGI test for windows, that does not need an extra interpreter
2015-05-01 23:39:00 +02:00
bel
d264808e52
Clean usage of const/not const mg_context* and mg_connection* handles in the API.
...
The API had an inconsistant usage of `const mg_connection *` and `mg_connection *`,
that may cause warnings (e.g., #109 ). Now all non-const `mg_connection *` is only
required to read/write the connection.
2015-04-29 00:13:25 +02:00
Nick Hildebrant
01d7b8917d
add some documentation
2015-04-27 16:01:12 +02:00
Nick Hildebrant
e8380345dd
was just a test of the testing automation
2015-04-27 15:30:19 +02:00
Nick Hildebrant
08eb1d8366
Merge branch 'master' of https://github.com/bel2125/civetweb
2015-04-27 15:18:15 +02:00
Nick Hildebrant
1a984a3b1b
use lua socket to check server availability because travis has no netstat
2015-04-27 02:57:05 +02:00
Nick Hildebrant
f9fac60256
first server test
2015-04-27 01:25:12 +02:00
Nick Hildebrant
cdae5d39b2
remove failing test to check the build fails
2015-04-26 15:06:12 +02:00
Nick Hildebrant
49b376be3c
add a failing test to check the build fails
2015-04-26 15:00:58 +02:00
Nick Hildebrant
bd0a586e28
fix lua env and use busted test lib
2015-04-26 14:56:12 +02:00
Nick Hildebrant
5365d10932
test: test passing build (failed tests fail build already)
2015-04-26 10:51:32 +02:00
Nick Hildebrant
bfe900485a
fixed: should actually RUN the tests
2015-04-26 10:48:37 +02:00
Nick Hildebrant
34a783fb46
test a failed script
2015-04-26 10:23:05 +02:00
Nick Hildebrant
85e02e34dc
added test run scripts
2015-04-26 10:19:09 +02:00
bel
e497dd34f8
Test for chunked transfer encoding ( #95 , #98 )
2015-04-24 00:36:34 +02:00
bel
62a46e647f
Test for memory leaks in unit test
...
Add a test for issue #92 to the unit test
2015-04-21 22:00:46 +02:00
bel
436bc39555
Handler for websocket connection (Step 2/?)
...
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 00:43:11 +02:00
Kevin Wojniak
2b76d9f7c8
Avoid crash if tests aren't ran from 'test' directory
2015-04-14 14:20:39 -07:00
Kevin Wojniak
2a647d166c
Fix passing strings with different sign
2015-04-14 14:09:56 -07:00
Kevin Wojniak
9f24dd5852
Fix wrong format specifier
2015-04-14 14:06:52 -07:00
Kevin Wojniak
3c3ddb47f4
Fix comparison of integers of different signs
2015-04-14 14:06:34 -07:00
Kevin Wojniak
95a2cf40d0
Fix clang missing field initializer warning.
...
Static variables are initialized to zero so no need to explicitely do it.
2015-04-14 14:03:35 -07:00
Kevin Wojniak
d7d9469db8
Fix unused variables in default unit test build
2015-04-14 14:01:54 -07:00
bel
cec38e983a
Add test for loading many image elements
...
This test has been created Feb/Mar 2012 for testing http keep alive
connections and connection speed and stability in general.
2015-04-12 20:28:04 +02:00
bel
e5dc8cba75
Improve unit test
2015-04-12 00:00:25 +02:00
bel
b2bdb79200
Unit test for set_request_handler (incomplete)
2015-04-12 00:00:22 +02:00
bel
1a273e421d
Fix for issue #77 (Step 1/?)
2015-04-06 23:52:37 +02:00
bel
4c37ed9e27
Add test case for issue #77
2015-04-06 22:22:50 +02:00
bel
457e6cc8c9
Add test for client functions and fix their timeout handling
2015-03-28 00:03:27 +01:00
bel
83475636b5
Fix unit test
...
Last pull request had syntax errors
2015-03-27 17:45:35 +01:00
Danny Al-Gaaf
3d00b0940d
unit_test.c: comment out unused variables
...
These variables are unused but there is already out commented
code useing them. Keep them until it's decided what happens
with this code.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de >
2015-03-23 16:40:15 +01:00
Danny Al-Gaaf
6620783911
testclient.c: fix format qualifier use %i for int var
...
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de >
2015-03-23 16:40:04 +01:00