File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
test/Microsoft.TemplateSearch.TemplateDiscovery.IntegrationTests Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ public async Task CanDetectNewPackagesInDiffMode()
190190 . And . HaveStdOutContaining (
191191@"Template packages:
192192 new: 1
193- Test.Templates:: 1.0.0
193+ Test.Templates@ 1.0.0
194194 updated: 0
195195 removed: 0
196196 not changed: 0" )
@@ -231,7 +231,7 @@ public async Task CanDetectNewPackagesInDiffMode()
231231 . And . HaveStdOutContaining (
232232@"Template packages:
233233 new: 1
234- Microsoft.Azure.WebJobs.ProjectTemplates:: 1.0.0
234+ Microsoft.Azure.WebJobs.ProjectTemplates@ 1.0.0
235235 updated: 0
236236 removed: 0
237237 not changed: 1" )
@@ -278,7 +278,7 @@ public void CanDetectUpdatedPackagesInDiffMode()
278278 . And . HaveStdOutContaining (
279279@"Template packages:
280280 new: 1
281- Test.Templates:: 1.0.0
281+ Test.Templates@ 1.0.0
282282 updated: 0
283283 removed: 0
284284 not changed: 0" )
@@ -365,7 +365,7 @@ public void CanDetectRemovedPackagesInDiffMode()
365365 . And . HaveStdOutContaining (
366366@"Template packages:
367367 new: 1
368- Test.Templates:: 1.0.0
368+ Test.Templates@ 1.0.0
369369 updated: 0
370370 removed: 0
371371 not changed: 0" )
@@ -406,7 +406,7 @@ public void CanDetectRemovedPackagesInDiffMode()
406406 new: 0
407407 updated: 0
408408 removed: 1
409- Test.Templates:: 1.0.0
409+ Test.Templates@ 1.0.0
410410 not changed: 0" )
411411 . And . HaveStdOutContaining (
412412@"Non template packages:
@@ -416,7 +416,7 @@ public void CanDetectRemovedPackagesInDiffMode()
416416 not changed: 0" )
417417 . And . HaveStdOutContaining (
418418@"[Error]: the following 1 packages were removed
419- Test.Templates:: 1.0.0
419+ Test.Templates@ 1.0.0
420420Checking template packages via API:
421421Package Test.Templates was unlisted." ) ;
422422
You can’t perform that action at this time.
0 commit comments