~paul-lucas/zorba/bug-855571

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/xqddf/ic-deactivate-err.xq

  • Committer: Paul J. Lucas
  • Date: 2011-09-28 01:33:05 UTC
  • mfrom: (10469.2.6 zorba)
  • Revision ID: paul@lucasmail.org-20110928013305-e540bts178oy1mi9
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import module namespace m = 'xqueryzorba.org/test/xqddf/ic' at 'ic.xqlib';
 
2
import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
 
3
import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
 
4
import module namespace ic_ddl = "http://www.zorba-xquery.com/modules/store/static/integrity_constraints/ddl";
 
5
 
 
6
ddl:create($m:empc);
 
7
ic_ddl:activate(xs:QName("m:ic_simple"));
 
8
 
 
9
(
 
10
ic_ddl:deactivate(xs:QName("m:ic_simple")),
 
11
ic_ddl:deactivate(xs:QName("m:ic_simple")) 
 
12
);
 
13
 
 
14
"OK"
 
 
b'\\ No newline at end of file'