1
0
Fork 0
arangodb/js/common/tests
Jan Steemann 9724cfec64 fixed failing test 2014-03-27 13:12:45 +01:00
..
README Adjust READMEs to reality. 2014-02-27 08:53:21 +01:00
execute-infinite-payload.js
execute-infinite-shortest-path.js
execute-nothing.js
execute-payload.js
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
shell-base64.js
shell-cap-constraint.js
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-noncluster.js Rename non-cluster tests. 2014-02-26 14:38:55 +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
shell-database.js adjusted test expectations 2014-02-28 09:29:52 +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 fixed test 2014-02-27 13:26:40 +01:00
shell-errors.js added tests for error codes and messges 2014-03-13 23:56:45 +01:00
shell-fs.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-fulltext.js
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
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 use more appropriate assertions 2014-02-26 15:04:15 +01:00
shell-index.js fixed tests 2014-02-13 18:14:53 +01:00
shell-keygen-noncluster.js Split noncluster and general shell-keygen tests. 2014-02-26 14:27:55 +01:00
shell-keygen.js fixed keygen test 2014-02-26 16:47:38 +01:00
shell-noncluster-edge.js fixed test 2014-02-27 13:26:40 +01:00
shell-require.js added tests for coffee script 2014-03-21 09:22:20 +01:00
shell-simple-query.js fixed tests 2014-02-26 14:35:14 +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 fixed failing test 2014-03-27 13:12:45 +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.