~matthias-brantner/zorba/bug-863730

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Federico Cavalieri
  • Date: 2011-09-27 07:14:46 UTC
  • mfrom: (10469.1.6 bugs)
  • Revision ID: tarmac-20110927071446-1mftnzbmypbrtzol
Fixed bug 859465 Approved: Markos Zaharioudakis

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'