Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
d91d221a
Commit
d91d221a
authored
Apr 15, 2016
by
Yiming Liu
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #94 from lepdou/portal
delete old test
parents
00467579
bef96d6f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
236 deletions
+1
-236
application.yml
apollo-portal/src/main/resources/application.yml
+1
-1
AllTests.java
...ortal/src/test/java/com/ctrip/apollo/portal/AllTests.java
+0
-3
ConfigServiceTest.java
...va/com/ctrip/apollo/portal/service/ConfigServiceTest.java
+0
-232
No files found.
apollo-portal/src/main/resources/application.yml
View file @
d91d221a
...
...
@@ -15,4 +15,4 @@ ctrip:
apollo
:
portal
:
env
:
local
env
:
dev
apollo-portal/src/test/java/com/ctrip/apollo/portal/AllTests.java
View file @
d91d221a
...
...
@@ -4,11 +4,8 @@ import org.junit.runner.RunWith;
import
org.junit.runners.Suite
;
import
org.junit.runners.Suite.SuiteClasses
;
import
com.ctrip.apollo.portal.service.ConfigServiceTest
;
@RunWith
(
Suite
.
class
)
@SuiteClasses
({
//ConfigServiceTest.class
})
public
class
AllTests
{
...
...
apollo-portal/src/test/java/com/ctrip/apollo/portal/service/ConfigServiceTest.java
deleted
100644 → 0
View file @
00467579
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment