From 4381bb86ef2e6444bc5bea1f0dcf9cd9adba70e0 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Thu, 8 Jan 2015 15:22:31 -0800 Subject: [PATCH] add XXX about #3446 --- tools/commands.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/commands.js b/tools/commands.js index dd972b5960..3cb544c06a 100644 --- a/tools/commands.js +++ b/tools/commands.js @@ -1373,6 +1373,9 @@ main.registerCommand({ // resolution.) This will get written to disk once we prepareProjectForBuild, // either in the Cordova code below, right before deploying below, or in the // app runner. + // XXX We need to also remove all other constraints from the file, or else + // if you use --test-app-path twice it will keep testing stuff from the + // previous iteration! #3446 projectContext.projectConstraintsFile.addConstraints(constraintsToAdd); // The rest of the projectContext preparation process will happen inside the