Loading printer profile now follows local cache fallback when offline

This commit is contained in:
Matt Moening 2016-06-27 12:35:12 -07:00
parent 2ea5c3dd1f
commit 4bf95f8605
3 changed files with 13 additions and 11 deletions

View file

@ -64,7 +64,7 @@ namespace MatterControl.Tests.MatterControl
}
RetrievePublicProfileRequest request = new RetrievePublicProfileRequest();
string recievedPrinterProfile = request.GetPrinterProfileByMakeModel(make,model);
string recievedPrinterProfile = RetrievePublicProfileRequest.DownloadPrinterProfile(deviceToken);
Assert.IsNotNullOrEmpty(recievedPrinterProfile);
//Assert.AreEqual(expectedProfilePath, recievedProfilePath,"Received Profile path does not match expected path.");