Fixed unittest

Reviewed-by: Alena (that's the unittest, and has no impact on production)
This commit is contained in:
Alena Prokharchyk 2012-08-20 16:19:20 -07:00
parent e137f22d50
commit 9017aedb8d
2 changed files with 18 additions and 0 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}