Skip to content

Commit 0759498

Browse files
author
Ignacio Calderon
committed
FIX unit test for escaped paths
1 parent 7e14b97 commit 0759498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/addFramework.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ exports.addFramework = {
187187

188188
// should add path to framework search path
189189
var frameworkPaths = frameworkSearchPaths(proj);
190-
expectedPath = '"/path/to"';
191-
190+
expectedPath = '"\\"/path/to\\""';
191+
192192
for (i = 0; i < frameworkPaths.length; i++) {
193193
var current = frameworkPaths[i];
194194
test.ok(current.indexOf('"$(inherited)"') >= 0);

0 commit comments

Comments
 (0)