You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ra...@apache.org on 2014/11/16 06:31:32 UTC

thrift git commit: THRIFT-2823:grunt tests failing Client: JS Patch: Randy Abernethy

Repository: thrift
Updated Branches:
  refs/heads/master b029aa8b8 -> 8c16ed79c


THRIFT-2823:grunt tests failing
Client: JS
Patch: Randy Abernethy

The lib/js/test/build.xml was copying thrift.js incorrectly.


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/8c16ed79
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/8c16ed79
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/8c16ed79

Branch: refs/heads/master
Commit: 8c16ed79c4d2d384f11275f526f9ca34cab77b3e
Parents: b029aa8
Author: Randy Abernethy <ra...@apache.org>
Authored: Sat Nov 15 21:29:18 2014 -0800
Committer: Randy Abernethy <ra...@apache.org>
Committed: Sat Nov 15 21:29:18 2014 -0800

----------------------------------------------------------------------
 lib/js/test/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/8c16ed79/lib/js/test/build.xml
----------------------------------------------------------------------
diff --git a/lib/js/test/build.xml b/lib/js/test/build.xml
index 74ac0c4..6083cd1 100755
--- a/lib/js/test/build.xml
+++ b/lib/js/test/build.xml
@@ -100,7 +100,7 @@
     <get src="http://code.jquery.com/qunit/qunit-1.5.0.js" dest="${build}/js/lib/qunit.js" usetimestamp="true"/>
     <get src="http://code.jquery.com/qunit/qunit-1.5.0.css" dest="${build}/js/lib/qunit.css" usetimestamp="true"/>
     <!-- js-test-driver has issues with relative path...so we need a copy -->
-    <copy file="../src/thrift.js" todir="${build}/js/thrift.js"/>
+    <copy file="../src/thrift.js" todir="${build}/js"/>
   </target>
 
   <target name="compile" description="compile the test suite" depends="init, generate, resolve">