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
Luca Prete
2016-05-23 10:06:01 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d814e2172a6416419c687253e903e30a61d36e28
d814e217
1 parent
e9511515
Rename SDN-IP test file
Change-Id: I11eb979ab4bf003741e318e475a899f141f63027
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
apps/sdnip/src/test/java/org/onosproject/sdnip/SdnIpFibNoVLansTest.java → apps/sdnip/src/test/java/org/onosproject/sdnip/SdnIpFibNoVlansTest.java
apps/sdnip/src/test/java/org/onosproject/sdnip/SdnIpFibNoV
L
ansTest.java
→
apps/sdnip/src/test/java/org/onosproject/sdnip/SdnIpFibNoV
l
ansTest.java
View file @
d814e21
...
...
@@ -68,7 +68,7 @@ import static org.onosproject.routing.TestIntentServiceHelper.eqExceptId;
/**
* Unit tests for SdnIpFib.
*/
public
class
SdnIpFibNoV
L
ansTest
extends
AbstractIntentTest
{
public
class
SdnIpFibNoV
l
ansTest
extends
AbstractIntentTest
{
private
InterfaceService
interfaceService
;
...
...
@@ -413,14 +413,14 @@ public class SdnIpFibNoVLansTest extends AbstractIntentTest {
private
class
TestRouteService
extends
RouteServiceAdapter
{
@Override
public
void
addListener
(
RouteListener
routeListener
)
{
SdnIpFibNoV
L
ansTest
.
this
.
routeListener
=
routeListener
;
SdnIpFibNoV
l
ansTest
.
this
.
routeListener
=
routeListener
;
}
}
private
class
InterfaceServiceDelegate
extends
InterfaceServiceAdapter
{
@Override
public
void
addListener
(
InterfaceListener
listener
)
{
SdnIpFibNoV
L
ansTest
.
this
.
interfaceListener
=
listener
;
SdnIpFibNoV
l
ansTest
.
this
.
interfaceListener
=
listener
;
}
}
}
...
...
Please
register
or
login
to post a comment