1
0
Fork 0
arangodb/js/common/tests
Jan Steemann 5c3d81eea3 test split 2014-02-26 13:53:23 +01:00
..
README Reorganise unit tests. 2014-02-21 11:24:31 +01:00
execute-infinite-payload.js simplified query testing and query interface a bit 2013-07-18 02:15:22 +02:00
execute-infinite-shortest-path.js more cleanup 2013-01-17 16:01:15 +01:00
execute-nothing.js more cleanup 2013-01-17 16:01:15 +01:00
execute-payload.js simplified query testing and query interface a bit 2013-07-18 02:15:22 +02:00
replication.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
shell-aqlfunctions.js fixed problem with AQL functions in multiple databases 2014-01-08 09:53:03 +01:00
shell-attributes.js added test for numeric attribute names 2013-04-19 12:02:39 +02:00
shell-base64.js added `/_api/database/user` method 2013-11-04 14:22:00 +01:00
shell-cap-constraint.js more tests 2013-06-24 17:04:32 +02:00
shell-cluster-collection.js added test cases 2014-02-04 17:53:38 +01:00
shell-cluster-crud.js Fix test for deletion of documents on cluster. 2014-02-26 10:48:48 +01:00
shell-cluster-simple.js fixed a test 2014-02-07 10:00:58 +01:00
shell-collection-volatile.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-collection.js test split 2014-02-26 13:53:23 +01:00
shell-crypto.js issue #393, issue #128 2013-02-20 11:56:26 +01:00
shell-database.js fixed user creation on database creation 2013-11-07 13:32:42 +01:00
shell-document.js jshund 2014-01-23 14:57:54 +01:00
shell-download.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-edge.js English 2013-05-10 14:06:15 +02:00
shell-fs.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-fulltext.js fixed typo in test name 2013-02-23 00:03:36 +01:00
shell-graph-algorithms.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-graph-measurement.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-graph-traversal.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-graph.js added tests for creating / dropping graphs 2013-12-02 15:12:07 +01:00
shell-hash-index.js updated tests 2014-02-14 18:44:36 +01:00
shell-index-ensure.js updated index docs 2014-02-14 10:30:05 +01:00
shell-index-geo.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-index.js fixed tests 2014-02-13 18:14:53 +01:00
shell-keygen.js several errors fixed 2013-09-26 09:44:50 +02:00
shell-noncluster-collection.js test split 2014-02-26 13:53:23 +01:00
shell-require.js fixed test setup 2014-02-12 22:04:19 +01:00
shell-simple-query.js updated tests 2014-02-14 18:44:36 +01:00
shell-statement.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-transactions.js jshund 2014-01-23 14:57:54 +01:00
shell-unique-constraint.js updated tests 2014-02-14 18:44:36 +01:00
shell-unload.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-users.js issue #381: additional test case 2013-01-31 13:25:07 +01:00

README

Conventions for testing framework:
==================================

All files in this directory whose name starts with "shell-"
and ends with ".js" automatically take part in client and 
server shell tests (targets "shell_client" and "shell_server"
and "shell_server_only").

If the filename contains the string "-cluster-", then it is
only executed when testing in cluster mode. If the filename
contains the string "-noncluster-", then it is only executed
when testing in single instance mode.