From d5f37a7f3f01ccd7050f2422fcaf305728e1ec0f Mon Sep 17 00:00:00 2001 From: Chris Leppanen <chris.leppanen@gmail.com> Date: Wed, 5 Sep 2012 20:08:06 -0700 Subject: [PATCH] Un-prefix node path test. --- tests/feeds_mapper_path.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/feeds_mapper_path.test b/tests/feeds_mapper_path.test index 227e9aeb..01061927 100644 --- a/tests/feeds_mapper_path.test +++ b/tests/feeds_mapper_path.test @@ -24,7 +24,7 @@ class FeedsMapperPathTestCase extends FeedsMapperTestCase { /** * Basic test loading a single entry CSV file. */ - public function _testNodeAlias() { + public function testNodeAlias() { // Create importer configuration. $this->createImporterConfiguration($this->randomName(), 'path_test'); -- GitLab