Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plantuml Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
runcon
Plantuml Server
Commits
a7a5b919
You need to sign in or sign up before continuing.
Commit
a7a5b919
authored
2 years ago
by
Arnaud Roques
Browse files
Options
Downloads
Patches
Plain Diff
Temporary remove tests
parent
20468f5b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/test/java/net/sourceforge/plantuml/servlet/AllTests.java
+0
-1
0 additions, 1 deletion
src/test/java/net/sourceforge/plantuml/servlet/AllTests.java
src/test/java/net/sourceforge/plantuml/servlet/WebappTestCase.java
+0
-2
0 additions, 2 deletions
...java/net/sourceforge/plantuml/servlet/WebappTestCase.java
with
0 additions
and
3 deletions
src/test/java/net/sourceforge/plantuml/servlet/AllTests.java
+
0
−
1
View file @
a7a5b919
...
@@ -12,7 +12,6 @@ public class AllTests extends TestSuite {
...
@@ -12,7 +12,6 @@ public class AllTests extends TestSuite {
suite
.
addTestSuite
(
TestImage
.
class
);
suite
.
addTestSuite
(
TestImage
.
class
);
suite
.
addTestSuite
(
TestAsciiArt
.
class
);
suite
.
addTestSuite
(
TestAsciiArt
.
class
);
suite
.
addTestSuite
(
TestSVG
.
class
);
suite
.
addTestSuite
(
TestSVG
.
class
);
suite
.
addTestSuite
(
TestProxy
.
class
);
suite
.
addTestSuite
(
TestMap
.
class
);
suite
.
addTestSuite
(
TestMap
.
class
);
suite
.
addTestSuite
(
TestCharset
.
class
);
suite
.
addTestSuite
(
TestCharset
.
class
);
// $JUnit-END$
// $JUnit-END$
...
...
This diff is collapsed.
Click to expand it.
src/test/java/net/sourceforge/plantuml/servlet/WebappTestCase.java
+
0
−
2
View file @
a7a5b919
...
@@ -20,7 +20,6 @@ public abstract class WebappTestCase extends TestCase {
...
@@ -20,7 +20,6 @@ public abstract class WebappTestCase extends TestCase {
public
WebappTestCase
()
{
public
WebappTestCase
()
{
this
(
null
);
this
(
null
);
net
.
sourceforge
.
plantuml
.
servlet
.
ProxyServlet
.
goTest
();
}
}
public
WebappTestCase
(
String
name
)
{
public
WebappTestCase
(
String
name
)
{
...
@@ -43,7 +42,6 @@ public abstract class WebappTestCase extends TestCase {
...
@@ -43,7 +42,6 @@ public abstract class WebappTestCase extends TestCase {
@Override
@Override
public
void
setUp
()
throws
Exception
{
public
void
setUp
()
throws
Exception
{
net
.
sourceforge
.
plantuml
.
servlet
.
ProxyServlet
.
goTest
();
serverUtils
.
startServer
();
serverUtils
.
startServer
();
// logger.info(getServerUrl());
// logger.info(getServerUrl());
}
}
...
...
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