Repository: flex-falcon Updated Branches: refs/heads/develop af9b79f81 -> e6d94dd2b
another hardcoded player version Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/e6d94dd2 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e6d94dd2 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e6d94dd2 Branch: refs/heads/develop Commit: e6d94dd2b062327037d241cc23fdcf4a322bf4f1 Parents: af9b79f Author: Alex Harui <[email protected]> Authored: Tue Apr 22 14:41:59 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Apr 22 14:41:59 2014 -0700 ---------------------------------------------------------------------- compiler.tests/functional-tests/f/SDKSWCTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e6d94dd2/compiler.tests/functional-tests/f/SDKSWCTests.java ---------------------------------------------------------------------- diff --git a/compiler.tests/functional-tests/f/SDKSWCTests.java b/compiler.tests/functional-tests/f/SDKSWCTests.java index 56b0bef..67caeae 100644 --- a/compiler.tests/functional-tests/f/SDKSWCTests.java +++ b/compiler.tests/functional-tests/f/SDKSWCTests.java @@ -91,7 +91,7 @@ public class SDKSWCTests { "-load-config+=" + configFile, "+env.PLAYERGLOBAL_HOME=" + env.FPSDK, - "+playerglobal.version=11.1", + "+playerglobal.version=" + env.FPVER, "-output=" + output };
