You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ko...@apache.org on 2014/09/10 14:40:20 UTC

git commit: [OLINGO-429] change testlib name to RC02 in default testcase

Repository: olingo-odata4-js
Updated Branches:
  refs/heads/master 3710eb205 -> ab4cae621


[OLINGO-429] change testlib name to RC02 in default testcase


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/commit/ab4cae62
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/ab4cae62
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/ab4cae62

Branch: refs/heads/master
Commit: ab4cae621518f00015da2c186f8a657969512070
Parents: 3710eb2
Author: Sven Kobler <sv...@sap.com>
Authored: Wed Sep 10 14:40:15 2014 +0200
Committer: Sven Kobler <sv...@sap.com>
Committed: Wed Sep 10 14:40:15 2014 +0200

----------------------------------------------------------------------
 odatajs/tests/odata-qunit-tests.htm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/ab4cae62/odatajs/tests/odata-qunit-tests.htm
----------------------------------------------------------------------
diff --git a/odatajs/tests/odata-qunit-tests.htm b/odatajs/tests/odata-qunit-tests.htm
index 066f221..e16eca0 100644
--- a/odatajs/tests/odata-qunit-tests.htm
+++ b/odatajs/tests/odata-qunit-tests.htm
@@ -42,7 +42,7 @@
     <script type="text/javascript">
         window.TestSynchronizer.init(QUnit);
     </script>
-    <script type="text/javascript" src="../build/odatajs-4.0.0-beta-01.js"></script>
+    <script type="text/javascript" src="../build/lib/odatajs-4.0.0-beta-01-RC02.js"></script>
     <script type="text/javascript" src="common/common.js"></script>
 
     <script type="text/javascript" src="./common/mockHttpClient.js"></script>