From 95fe8762daebf647b73a47f74a78bbb84da7169b Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 19 Jun 2012 12:01:22 +0200 Subject: [PATCH] Rename Location to Loc for consistency. --- test/index.html | 2 +- test/spec/ol/{Location.test.js => Loc.test.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/spec/ol/{Location.test.js => Loc.test.js} (100%) diff --git a/test/index.html b/test/index.html index 9bdbde2ab7..0f629e9e99 100644 --- a/test/index.html +++ b/test/index.html @@ -13,7 +13,7 @@ - + diff --git a/test/spec/ol/Location.test.js b/test/spec/ol/Loc.test.js similarity index 100% rename from test/spec/ol/Location.test.js rename to test/spec/ol/Loc.test.js