Skip to content

Commit

Permalink
Fix Non Windows Platform Tests (#4227)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent1173 authored May 4, 2017
1 parent e668633 commit 03fabf1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ tr.registerMock('webdeployment-common/ziputility.js', {
},
archiveFolder: function() {
return "DefaultWorkingDirectory\\temp_web_package.zip"
},
getArchivedEntries: function() {
return {
entries: ['Web.config', 'Web.debug.config']
}
}
});

Expand Down

0 comments on commit 03fabf1

Please sign in to comment.