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
Commits
1601d177
Commit
1601d177
authored
4 years ago
by
Michelle Weidling
Browse files
Options
Downloads
Patches
Plain Diff
tests: only get relevant output (cf.
#61
)
parent
e7d43557
No related branches found
No related tags found
4 merge requests
!75
Develop
,
!73
Merge `develop` into `main`
,
!70
Develop
,
!55
Feature/#52 annotationapi tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exist-app/modules/testtrigger.xqm
+7
-1
7 additions, 1 deletion
exist-app/modules/testtrigger.xqm
with
7 additions
and
1 deletion
exist-app/modules/testtrigger.xqm
+
7
−
1
View file @
1601d177
...
@@ -53,4 +53,10 @@ order by $result//@package return
...
@@ -53,4 +53,10 @@ order by $result//@package return
and
$result
//
@errors
=
0
)
then
and
$result
//
@errors
=
0
)
then
<OK
name=
"
{
local:get-human-readable-pkg-name
(
$result
//
@package
)}
"
package=
"
{
$result
//
@package
}
"
/>
<OK
name=
"
{
local:get-human-readable-pkg-name
(
$result
//
@package
)}
"
package=
"
{
$result
//
@package
}
"
/>
else
else
$result
<PROBLEM
name=
"
{
local:get-human-readable-pkg-name
(
$result
//
@package
)}
"
\ No newline at end of file
package=
"
{
$result
//
@package
}
"
errors=
"
{
$result
//
@errors
}
"
failures=
"
{
$result
//
@failures
}
"
>
{
$result
//
testcase
[
child
::*
[
self
::
failure
or
self
::
error
]]}
</PROBLEM>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment