Skip to content

Commit

Permalink
Merge pull request #22 from MabOneSdk/panbha11
Browse files Browse the repository at this point in the history
testcase1
  • Loading branch information
panbha committed Jun 15, 2015
2 parents 8c88f3d + aaedaf8 commit aefe7c1
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ public void TriggerBackUpTest()
string dataSourceId = ConfigurationManager.AppSettings["DataSourceId"];

var response = client.BackUp.TriggerBackUp(GetCustomRequestHeaders(), containerName, dataSourceType, dataSourceId);


/*
foreach (var ppo in response.RecoveryPoints.Objects)
{
Assert.True(!string.IsNullOrEmpty(ppo.InstanceId), "RecoveryPointId can't be null or empty");
Assert.True((ppo.RecoveryPointTime != null), "RecoveryPointTime can't be null or empty");
Assert.True(!string.IsNullOrEmpty(ppo.RecoveryPointType), "RecoveryPointType can't be null or empty");
}
*/
Assert.Equal(HttpStatusCode.Accepted, response.StatusCode);
}
}
Expand Down

0 comments on commit aefe7c1

Please sign in to comment.