Blob Blame History Raw
commit 4cf5badf98a28bf51d148e87a2ee68279ebf5199
Author: Tom Hughes <tom@compton.nu>
Date:   Fri Jul 5 19:06:05 2013 +0100

    Remove the GeoJSON test as Fedora's mapnik doesn't have the geojson plugin

diff --git a/test/unicode-loading.test.js b/test/unicode-loading.test.js
index 6abc42f..7b6f974 100644
--- a/test/unicode-loading.test.js
+++ b/test/unicode-loading.test.js
@@ -106,13 +106,6 @@ describe('Handling unicode paths, filenames, and data', function(){
         assert.ok(ds);
     });
 
-	it('open json with unicode name', function(){
-        var filepath = './test/data/你好_points.geojson';
-        assert.ok(existsSync(filepath));
-        var ds = new mapnik.Datasource({type:'geojson',file:filepath});
-        assert.ok(ds);
-    });
-
 	it('open sqlite with unicode name', function(){
         var filepath = './test/data/你好_points.sqlite';
         assert.ok(existsSync(filepath));
@@ -120,4 +113,4 @@ describe('Handling unicode paths, filenames, and data', function(){
         assert.ok(ds);
     });
 
-});
\ No newline at end of file
+});