~zorba-coders/zorba/bug-1158052-couchbase

« back to all changes in this revision

Viewing changes to test/Queries/couchbase_module/create-view.xq

  • Committer: Zorba Build Bot
  • Author(s): matthias.brantner at 28msec
  • Date: 2013-03-24 04:28:14 UTC
  • mfrom: (34.2.6 couchbase-module_null)
  • Revision ID: chillery+buildbot@lambda.nu-20130324042814-pgkv7nel8f8bbcsz
adapted tests to new syntax and semantic Approved: Matthias Brantner, William Candillon

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
variable $instance := cb:connect({
4
4
  "host": "localhost:8091",
5
 
  "username" : null,
6
 
  "password" : null,
 
5
  "username" : jn:null(),
 
6
  "password" : jn:null(),
7
7
  "bucket" : "default"});
8
8
 
9
9
variable $view-name := cb:create-view($instance, "dev_view", ("test1", "test2"));