Rename spec to be like src

This commit is contained in:
Tim Schaub
2013-06-10 09:29:00 -06:00
parent 526c38a698
commit a631c50979
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.Projection'); goog.provide('ol.test.proj');
describe('ol.proj', function() { describe('ol.proj', function() {
@@ -342,6 +342,7 @@ describe('ol.proj', function() {
}); });
goog.require('goog.array'); goog.require('goog.array');
goog.require('goog.asserts.AssertionError'); goog.require('goog.asserts.AssertionError');
goog.require('ol.Projection'); goog.require('ol.Projection');