浏览代码

Fix path in tests_main.js

JC Brand 11 年之前
父节点
当前提交
44bae6cfaa
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tests_main.js

+ 2 - 1
tests_main.js

@@ -24,9 +24,10 @@ require.config({
         "crypto.hmac": "components/otr/vendor/cryptojs/hmac",
         "crypto.pad-nopadding": "components/otr/vendor/cryptojs/pad-nopadding",
         "crypto.mode-ctr": "components/otr/vendor/cryptojs/mode-ctr",
-        "crypto": "crypto",
+        "crypto": "src/crypto",
         "eventemitter": "components/otr/build/dep/eventemitter",
         "otr": "components/otr/build/otr",
+        "converse-dependencies": "src/deps-full",
         // Extra test dependencies
         "mock": "tests/mock",
         "utils": "tests/utils",