mirror of https://github.com/apache/cloudstack.git
Fixed unittest
Reviewed-by: Alena (that's the unittest, and has no impact on production)
This commit is contained in:
parent
e137f22d50
commit
9017aedb8d
|
|
@ -1081,4 +1081,13 @@ public class MockNetworkManagerImpl implements NetworkManager, Manager, NetworkS
|
|||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see com.cloud.network.NetworkManager#getNetworkLockTimeout()
|
||||
*/
|
||||
@Override
|
||||
public int getNetworkLockTimeout() {
|
||||
// TODO Auto-generated method stub
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1497,4 +1497,13 @@ public class MockNetworkManagerImpl implements NetworkManager, Manager{
|
|||
return null;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see com.cloud.network.NetworkManager#getNetworkLockTimeout()
|
||||
*/
|
||||
@Override
|
||||
public int getNetworkLockTimeout() {
|
||||
// TODO Auto-generated method stub
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue