mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Fixed unittest
This commit is contained in:
parent
68f9e6f4ea
commit
1dc99a17eb
@ -372,6 +372,15 @@ public class CheckPointManagerTest extends TestCase {
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see com.cloud.cluster.ClusterManager#executeAsync(java.lang.String, long, com.cloud.agent.api.Command[], boolean)
|
||||
*/
|
||||
@Override
|
||||
public void executeAsync(String strPeer, long agentId, Command[] cmds, boolean stopOnError) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user