Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #26 from Razzeee/add-ios-test
Browse files Browse the repository at this point in the history
Added tests for ios platform
  • Loading branch information
razzeee committed May 6, 2017
2 parents 64e1572 + 02483b9 commit 33695ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ describe('generate resource', function () {
scriptid: 'resource.test',
scriptname: 'My resource name',
kodiVersion: '2.25.0',
platforms: 'all',
platforms: 'ios',
license: 'MIT',
authors: 'Me',
summary: 'My summary',
Expand Down Expand Up @@ -244,7 +244,7 @@ describe('generate resource', function () {
assert.fileContent('addon.xml', '<addon id="resource.test" ');
assert.fileContent('addon.xml', '<extension point="kodi.resource.images" compile="false" type="skinbackgrounds"/>');
assert.fileContent('addon.xml', ' provider-name="Me">');
assert.fileContent('addon.xml', '<platform>all</platform>');
assert.fileContent('addon.xml', '<platform>ios</platform>');
assert.fileContent('addon.xml', '<import addon="xbmc.python" version="2.25.0"/>');
});
});
Expand Down

0 comments on commit 33695ff

Please sign in to comment.