Renamed test directory to tests (to be inline with Qt)
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 24 Aug 2013 22:52:43 +0000 (00:52 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 24 Aug 2013 22:52:43 +0000 (00:52 +0200)
tests/echoserver.py [moved from test/echoserver.py with 100% similarity]
tests/fuzzingclient.json [new file with mode: 0644]
tests/fuzzingserver.json [moved from test/fuzzingserver.json with 100% similarity]
tests/main.cpp [moved from test/main.cpp with 100% similarity]
tests/start_basic_sockettests.sh [moved from test/start_basic_sockettests.sh with 100% similarity]
tests/start_echo_server.sh [moved from test/start_echo_server.sh with 100% similarity]
tests/stop_echo_server.sh [moved from test/stop_echo_server.sh with 100% similarity]
tests/tst_compliance.cpp [moved from test/tst_compliance.cpp with 100% similarity]
tests/tst_websockets.cpp [moved from test/tst_websockets.cpp with 100% similarity]
tests/unittests.h [moved from test/unittests.h with 100% similarity]
tests/unittests.pro [moved from test/unittests.pro with 100% similarity]

similarity index 100%
rename from test/echoserver.py
rename to tests/echoserver.py
diff --git a/tests/fuzzingclient.json b/tests/fuzzingclient.json
new file mode 100644 (file)
index 0000000..c196070
--- /dev/null
@@ -0,0 +1,17 @@
+
+{
+   "options": {"failByDrop": false},
+   "outdir": "./reports/servers",
+
+   "servers": [
+                  {
+                     "agent": "QWebSockets/0.9",
+                     "url": "ws://127.0.0.1:1234",
+                     "options": {"version": 13}
+                  }
+               ],
+
+   "cases": ["*"],
+   "exclude-cases": [],
+   "exclude-agent-cases": {}
+}
similarity index 100%
rename from test/main.cpp
rename to tests/main.cpp
similarity index 100%
rename from test/unittests.h
rename to tests/unittests.h
similarity index 100%
rename from test/unittests.pro
rename to tests/unittests.pro