From 590ef182a3fa66f5af49988a374cfd06bc852cfe Mon Sep 17 00:00:00 2001
From: Sean McArthur <sean.monstar@gmail.com>
Date: Mon, 10 Sep 2012 15:23:51 -0700
Subject: [PATCH] update static resources test since ejs is gone

---
 tests/static-resource-test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/static-resource-test.js b/tests/static-resource-test.js
index 8a91b1331..76307a47a 100755
--- a/tests/static-resource-test.js
+++ b/tests/static-resource-test.js
@@ -57,7 +57,7 @@ suite.addBatch({
       });
       // Fragile - filename with :locale...
       // When fixing this test case... console.log(res[Object.keys(res)[0]]);
-      var localeIndex = 9;
+      var localeIndex = 8;
       assert.notEqual(files[minFile][localeIndex],
                       res[minRes][localeIndex]);
       var counter = 0;
-- 
GitLab