Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
ahiqar
backend
Merge requests
!70
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
main
Overview
0
Commits
179
Pipelines
0
Changes
1
Merged
Michelle Weidling
requested to merge
develop
into
main
4 years ago
Overview
0
Commits
179
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
6907361a
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6907361a
chore: remove unused module
· 6907361a
Michelle Weidling
authored
4 years ago
exist-app/tests/tapi-tests.xqm
+
0
−
1
Options
@@ -12,7 +12,6 @@ module namespace tt="http://ahikar.sub.uni-goettingen.de/ns/tapi/tests";
declare
namespace
http
=
"http://expath.org/ns/http-client"
;
declare
namespace
tei
=
"http://www.tei-c.org/ns/1.0"
;
import
module
namespace
anno
=
"http://ahikar.sub.uni-goettingen.de/ns/annotations"
at
"../modules/annotations.xqm"
;
import
module
namespace
map
=
"http://www.w3.org/2005/xpath-functions/map"
;
import
module
namespace
tapi
=
"http://ahikar.sub.uni-goettingen.de/ns/tapi"
at
"../modules/tapi.xqm"
;
import
module
namespace
tc
=
"http://ahikar.sub.uni-goettingen.de/ns/tests/commons"
at
"test-commons.xqm"
;
Loading