From ac73fb8cbd9ad5a0b8811860c56d9d45841af3d2 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sun, 6 Jul 2014 06:21:55 -0700 Subject: [PATCH] In Arcanist, ignore extensions when unit testing the library map Summary: See D9834. Arcanist version. Test Plan: See D9834. Reviewers: joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9835 --- src/__tests__/ArcanistInfrastructureTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/ArcanistInfrastructureTestCase.php b/src/__tests__/ArcanistInfrastructureTestCase.php index fa28b5df..162e027f 100644 --- a/src/__tests__/ArcanistInfrastructureTestCase.php +++ b/src/__tests__/ArcanistInfrastructureTestCase.php @@ -25,7 +25,7 @@ final class ArcanistInfrastructureTestCase extends ArcanistTestCase { ->buildMap(); $bootloader = PhutilBootloader::getInstance(); - $old_library_map = $bootloader->getLibraryMap('arcanist'); + $old_library_map = $bootloader->getLibraryMapWithoutExtensions('arcanist'); unset($old_library_map[PhutilLibraryMapBuilder::LIBRARY_MAP_VERSION_KEY]); $this->assertEqual(