1
0
Fork 0
arangodb/UnitTests/HttpInterface
Frank Celler 621e4409bc Merge remote-tracking branch 'origin/1.1' into devel
Conflicts:
	.gitignore
	CHANGELOG
	Documentation/Makefile.files
	Installation/build.sh
	Installation/epm/arangodb.list
	Makefile.in
	README
	README.md
	VERSION
	aclocal.m4
	arangod/HashIndex/hasharray.c
	arangod/RestServer/ArangoServer.cpp
	arangod/V8Server/ApplicationV8.cpp
	config/config.guess
	config/config.sub
	config/depcomp
	configure
	configure.ac
	html/admin/js/master.js
	js/server/arango-password.js
	js/server/version-check.js
	lib/BasicsC/files.c
	lib/BasicsC/logging.c
	utils/Makefile.files
2012-12-18 13:37:34 +01:00
..
Gemfile
api-admin-spec.rb issue #274 - added test case to check web interface presence 2012-11-12 08:59:22 +01:00
api-batch-spec.rb issue #224: allow optional content-id for batches 2012-10-09 14:50:20 +02:00
api-blueprints-spec.rb blueprints api updates 2012-11-21 14:14:55 +01:00
api-collection-spec.rb Merge remote-tracking branch 'origin/1.1' into devel 2012-12-18 13:37:34 +01:00
api-cursor-spec.rb fixed unittests 2012-09-24 12:17:29 +02:00
api-explain-spec.rb fixed unittests to allow for charset 2012-09-19 16:03:00 +02:00
api-http-spec.rb some more tests 2012-09-27 11:24:49 +02:00
api-import-spec.rb issue #156: fixed memleaks in /_api/import 2012-08-15 14:24:59 +02:00
api-index-bitarray-spec.rb make collections accesible via name instead of id. 2012-11-28 13:16:15 +01:00
api-index-hash-spec.rb make collections accesible via name instead of id. 2012-11-28 13:16:15 +01:00
api-index-skiplist-spec.rb make collections accesible via name instead of id. 2012-11-28 13:16:15 +01:00
api-index-spec.rb make collections accesible via name instead of id. 2012-11-28 13:16:15 +01:00
api-simple-spec.rb more tests and documentation for fulltext indexes 2012-12-05 16:12:33 +01:00
api-statistics-spec.rb added api-statistic unittest 2012-09-20 11:36:16 +02:00
arangodb.rb more test cases for batch ops 2012-09-27 11:46:23 +02:00
arangomultipartbody.rb issue #224: allow optional content-id for batches 2012-10-09 14:50:20 +02:00
rest-create-document-spec.rb adjusted test cases 2012-11-29 10:51:33 +01:00
rest-delete-document-spec.rb test cases for issue #213 2012-10-10 09:22:18 +02:00
rest-edge-spec.rb added test cases for edge creation 2012-11-29 11:42:28 +01:00
rest-key-spec.rb added tests for key pattern 2012-11-29 12:37:30 +01:00
rest-read-document-spec.rb added guards for collection locking and read/write transactions 2012-09-13 17:40:38 +02:00
rest-update-document-spec.rb test cases for issue #213 2012-10-10 09:22:18 +02:00
run-tests added tests for key pattern 2012-11-29 12:37:30 +01:00
stress-test.rb