Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ray Milkey
2015-04-17 10:50:04 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
674dd8b670b88d56b32ee96e11cff7e2fe96aafe
674dd8b6
1 parent
07ee46ef
Enable Intent REST API tests
Change-Id: If371887de4ad57a6d0fdd9fd5bb87426bb2742db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
web/api/src/test/java/org/onosproject/rest/IntentsResourceTest.java
web/api/src/test/java/org/onosproject/rest/IntentsResourceTest.java
View file @
674dd8b
...
...
@@ -22,7 +22,6 @@ import org.hamcrest.Description;
import
org.hamcrest.TypeSafeMatcher
;
import
org.junit.After
;
import
org.junit.Before
;
import
org.junit.Ignore
;
import
org.junit.Test
;
import
org.onlab.osgi.ServiceDirectory
;
import
org.onlab.osgi.TestServiceDirectory
;
...
...
@@ -60,7 +59,6 @@ import static org.onosproject.net.intent.IntentTestsMocks.MockIntent;
/**
* Unit tests for Intents REST APIs.
*/
@Ignore
public
class
IntentsResourceTest
extends
ResourceTest
{
final
IntentService
mockIntentService
=
createMock
(
IntentService
.
class
);
final
CoreService
mockCoreService
=
createMock
(
CoreService
.
class
);
...
...
Please
register
or
login
to post a comment