[Groonga-commit] groonga/gcs [master] Fix the broken test

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Sep 4 16:44:17 JST 2012


Yoji SHIDARA	2012-09-04 16:44:17 +0900 (Tue, 04 Sep 2012)

  New Revision: fcfc9a841faac7ef1f3b1777d95d6e5267739192
  https://github.com/groonga/gcs/commit/fcfc9a841faac7ef1f3b1777d95d6e5267739192

  Log:
    Fix the broken test

  Modified files:
    test/dashboard.test.js

  Modified: test/dashboard.test.js (+2 -2)
===================================================================
--- test/dashboard.test.js    2012-09-04 16:37:58 +0900 (ddce25e)
+++ test/dashboard.test.js    2012-09-04 16:44:17 +0900 (9e3b9d6)
@@ -26,9 +26,9 @@ suite('dashboard', function() {
       });
   });
 
-  test('GET /javascripts/templates.js', function(done) {
+  test('GET /js/templates.js', function(done) {
     utils
-      .get('/javascripts/templates.js')
+      .get('/js/templates.js')
       .next(function(response) {
         assert.equal(response.statusCode, 200);
         assert.include(response.body, "this.JST");
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index