diff options
| author | Phil Crosby | 2012-05-26 23:21:18 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2012-05-26 23:21:18 -0700 | 
| commit | 7ff0e949f21de79b4054633409e2d9bd24f6456a (patch) | |
| tree | 51974679aa3ccfb6f313041cd6a520633673e388 | |
| parent | a6f5213bffa0b53ecbcf4c2bc92ae02febc7edc2 (diff) | |
| download | vimium-7ff0e949f21de79b4054633409e2d9bd24f6456a.tar.bz2 | |
Move shoulda.js checkout to tests/ folder.
| -rw-r--r-- | .gitmodules | 4 | ||||
| -rw-r--r-- | test_harnesses/automated.html | 2 | ||||
| m--------- | tests/shoulda.js (renamed from test_harnesses/shoulda.js) | 0 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/.gitmodules b/.gitmodules index d496d533..3f5b74a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "test_harnesses/shoulda.js"] -	path = test_harnesses/shoulda.js +[submodule "tests/shoulda.js"] +	path = tests/shoulda.js  	url = git://github.com/philc/shoulda.js.git diff --git a/test_harnesses/automated.html b/test_harnesses/automated.html index a3031a27..789b744d 100644 --- a/test_harnesses/automated.html +++ b/test_harnesses/automated.html @@ -33,7 +33,7 @@      <script type="text/javascript" src="../content_scripts/link_hints.js"></script>      <script type="text/javascript" src="../lib/clipboard.js"></script>      <script type="text/javascript" src="../content_scripts/vimium_frontend.js"></script> -    <script type="text/javascript" src="shoulda.js/shoulda.js"></script> +    <script type="text/javascript" src="../tests/shoulda.js/shoulda.js"></script>      <script type="text/javascript">        /*         * Dispatching keyboard events via the DOM would require async tests, diff --git a/test_harnesses/shoulda.js b/tests/shoulda.js -Subproject 13639690f46652349a091d2926e33fc3ef2d5ca +Subproject 13639690f46652349a091d2926e33fc3ef2d5ca | 
