Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
semint-kprime-arm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Pedot Nicola
semint-kprime-arm
Commits
b66df9ad
Commit
b66df9ad
authored
4 years ago
by
npedot
Browse files
Options
Downloads
Patches
Plain Diff
fixes test paths to resources
parent
f7a4324d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/kotlin/unibz.cs.semint.kprime/usecase/XPathTransformUseCaseTest.kt
+4
-4
4 additions, 4 deletions
...ibz.cs.semint.kprime/usecase/XPathTransformUseCaseTest.kt
with
4 additions
and
4 deletions
src/test/kotlin/unibz.cs.semint.kprime/usecase/XPathTransformUseCaseTest.kt
+
4
−
4
View file @
b66df9ad
...
...
@@ -11,8 +11,8 @@ class XPathTransformUseCaseTest {
fun
test_compute_vertical_person
()
{
val
xtransf
=
XPathTransformUseCase
()
//when
val
dbFilePath
=
"
/home/nipe/Workspaces/semint-kprime/
src/test/resources/db/person.xml"
val
templateFilePath
=
"
/home/nipe/Workspaces/semint-kprime/src/test/resources/
transformer/vertical/decompose/vertical_changeset_1.template"
val
dbFilePath
=
"src/test/resources/db/person.xml"
val
templateFilePath
=
"transformer/vertical/decompose/vertical_changeset_1.template"
val
xPaths
=
"""
originTable==/database/schema/constraints/constraints[@type='FUNCTIONAL']/source/@table > 0
all==/database/schema/tables/tables[@name='originTable']/columns/columns/@name
...
...
@@ -34,8 +34,8 @@ view2==+ lhss rhss
fun
test_compute_horizontal_person
()
{
val
xtransf
=
XPathTransformUseCase
()
//when
val
dbFilePath
=
"
/home/nipe/Workspaces/semint-kprime/
src/test/resources/db/person.xml"
val
templateFilePath
=
"
/home/nipe/Workspaces/semint-kprime/src/test/resources/
transformer/horizontal/decompose/horizontal_changeset_1.template"
val
dbFilePath
=
"src/test/resources/db/person.xml"
val
templateFilePath
=
"transformer/horizontal/decompose/horizontal_changeset_1.template"
val
xPaths
=
listOf
(
"((originTable)),((condition))"
,
"all==/database/schema/tables/tables[@name='originTable'][1]/columns/columns/@name"
...
...
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