Loading printer profile now follows local cache fallback when offline
This commit is contained in:
parent
2ea5c3dd1f
commit
4bf95f8605
3 changed files with 13 additions and 11 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue