Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
mbe-tools
TTool
Commits
6180d66d
Commit
6180d66d
authored
1 year ago
by
Pierre Dontenville
Browse files
Options
Downloads
Patches
Plain Diff
remove unused stuff
parent
9f191b6d
No related branches found
No related tags found
1 merge request
!485
Avatar security tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ttool/src/test/java/tmltranslator/DiplodocusSecurityTest.java
+1
-4
1 addition, 4 deletions
...l/src/test/java/tmltranslator/DiplodocusSecurityTest.java
with
1 addition
and
4 deletions
ttool/src/test/java/tmltranslator/DiplodocusSecurityTest.java
+
1
−
4
View file @
6180d66d
...
@@ -42,11 +42,8 @@ public class DiplodocusSecurityTest extends AbstractTest {
...
@@ -42,11 +42,8 @@ public class DiplodocusSecurityTest extends AbstractTest {
@BeforeClass
@BeforeClass
public
static
void
setUpBeforeClass
()
throws
Exception
{
public
static
void
setUpBeforeClass
()
throws
Exception
{
String
test
=
System
.
getProperty
(
"org.gradle.test.worker"
);
String
baseResourcesDir
=
getBaseResourcesDir
();
String
baseResourcesDir
=
getBaseResourcesDir
();
if
(
test
==
null
)
{
baseResourcesDir
=
"test/resources/"
;
}
PROVERIF_DIR
=
baseResourcesDir
+
DIR_GEN
;
PROVERIF_DIR
=
baseResourcesDir
+
DIR_GEN
;
MODELS_DIR
=
baseResourcesDir
+
DIR_MODELS
;
MODELS_DIR
=
baseResourcesDir
+
DIR_MODELS
;
RESOURCES_DIR
=
baseResourcesDir
+
DIR_MODELS
;
RESOURCES_DIR
=
baseResourcesDir
+
DIR_MODELS
;
...
...
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