1
0
Fork 0
arangodb/js/common/tests
scottashton 678277981c fixed merge conflict 2014-06-20 09:59:00 +02: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 jshund 2014-05-09 00:42:18 +02:00
shell-aqlfunctions.js
shell-attributes.js
shell-base64.js
shell-cap-constraint.js
shell-cluster-collection.js
shell-cluster-crud.js Fix test for deletion of documents on cluster. 2014-02-26 10:48:48 +01:00
shell-cluster-simple.js
shell-collection-noncluster.js jshund 2014-05-09 00:42:18 +02:00
shell-collection-volatile.js
shell-collection.js test split 2014-02-26 13:53:23 +01:00
shell-crypto.js Added crypto.constantEquals. 2014-06-18 01:15:39 +02:00
shell-database.js ignore devel version 2014-06-18 16:04:48 +02:00
shell-document.js renaming tests 2014-06-05 16:29:24 +02:00
shell-download.js
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
shell-fulltext.js
shell-general-graph.js fixed merge conflict 2014-06-20 09:59:00 +02:00
shell-graph-algorithms.js
shell-graph-measurement.js
shell-graph-traversal.js renamed _directedRelationDefinition(...) -> _directedRelation(..) 2014-06-20 09:01:35 +02:00
shell-graph.js
shell-hash-index.js
shell-index-ensure.js
shell-index-geo.js use more appropriate assertions 2014-02-26 15:04:15 +01:00
shell-index.js
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 renaming tests 2014-06-05 16:29:24 +02:00
shell-statement.js
shell-transactions.js added GC 2014-05-08 14:36:12 +02:00
shell-unique-constraint.js
shell-unload.js
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.