Page MenuHomePhabricator

D9846.diff
No OneTemporary

D9846.diff

diff --git a/src/__tests__/ArcanistInfrastructureTestCase.php b/src/__tests__/ArcanistInfrastructureTestCase.php
--- a/src/__tests__/ArcanistInfrastructureTestCase.php
+++ b/src/__tests__/ArcanistInfrastructureTestCase.php
@@ -17,7 +17,8 @@
* that all the library map is up-to-date.
*/
public function testLibraryMap() {
- $root = phutil_get_library_root('arcanist');
+ $library = phutil_get_current_library_name();
+ $root = phutil_get_library_root($library);
$new_library_map = id(new PhutilLibraryMapBuilder($root))
->setQuiet(true)
@@ -25,7 +26,7 @@
->buildMap();
$bootloader = PhutilBootloader::getInstance();
- $old_library_map = $bootloader->getLibraryMapWithoutExtensions('arcanist');
+ $old_library_map = $bootloader->getLibraryMapWithoutExtensions($library);
unset($old_library_map[PhutilLibraryMapBuilder::LIBRARY_MAP_VERSION_KEY]);
$this->assertEqual(
@@ -34,4 +35,5 @@
'The library map does not appear to be up-to-date. Try '.
'rebuilding the map with `arc liberate`.');
}
+
}

File Metadata

Mime Type
text/plain
Expires
Tue, May 21, 5:14 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6284313
Default Alt Text
D9846.diff (1 KB)

Event Timeline