Merge pull request #776 from tschaub/proj-test

Rename spec to be like src
This commit is contained in:
Tim Schaub
2013-06-10 10:21:30 -07:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.projection.EPSG3857');
goog.provide('ol.test.proj.EPSG3857');
describe('ol.proj.EPSG3857', function() {

View File

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