1
0
Fork 0
arangodb/js/common/tests
Jan Steemann c843a12149 jshund 2014-05-09 00:42:18 +02:00
..
README Adjust READMEs to reality. 2014-02-27 08:53:21 +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 jshund 2014-05-09 00:42:18 +02: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-noncluster.js jshund 2014-05-09 00:42:18 +02: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 bumped version number 2014-04-03 14:08:28 +02:00
shell-document.js jshund 2014-05-09 00:42:18 +02:00
shell-download.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-edge.js jshund 2014-05-09 00:42:18 +02: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 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 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 jshund 2014-05-09 00:42:18 +02:00
shell-noncluster-edge.js jshund 2014-05-09 00:42:18 +02: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 added GC 2014-05-08 14:36:12 +02: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 jshund 2014-05-09 00:42:18 +02: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.