Skip to content

Commit 70b3e29

Browse files
author
Ignacio Calderon
committed
Modified unit test to reflect the right behaviour
1 parent 4cca665 commit 70b3e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/addFramework.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ exports.addFramework = {
182182
test.equal(newFile.basename, 'Custom.framework');
183183
test.equal(newFile.dirname, '/path/to');
184184
// XXX framework has to be copied over to PROJECT root. That is what XCode does when you drag&drop
185-
test.equal(newFile.path, 'Custom.framework');
185+
test.equal(newFile.path, '/path/to/Custom.framework');
186186

187187

188188
// should add path to framework search path

0 commit comments

Comments
 (0)