diff options
author | Luke Kanies <luke@madstop.com> | 2008-02-13 17:30:18 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-02-13 17:30:18 -0600 |
commit | c4f7c5180009ff8e8d7cb9d8a286a916991b7c1b (patch) | |
tree | a733a7d904a44768b68ef489eca0b944a876fe2f /test/util | |
parent | 892055709a7e0b628758d24aba7590fd3c78426b (diff) | |
download | puppet-c4f7c5180009ff8e8d7cb9d8a286a916991b7c1b.tar.gz puppet-c4f7c5180009ff8e8d7cb9d8a286a916991b7c1b.tar.xz puppet-c4f7c5180009ff8e8d7cb9d8a286a916991b7c1b.zip |
Fixing comment -- ticket #1027 instead of #1064
Diffstat (limited to 'test/util')
-rwxr-xr-x | test/util/autoload.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/autoload.rb b/test/util/autoload.rb index 05363d13e..de503ab99 100755 --- a/test/util/autoload.rb +++ b/test/util/autoload.rb @@ -103,7 +103,7 @@ TestAutoload.newthing(:#{name.to_s}) assert(loader.send(:searchpath).include?(dir), "searchpath does not include the libdir") end - # This tests #1064, which was caused by using the unqualified + # This tests #1027, which was caused by using the unqualified # path for requires, which was initially done so that the kernel # would keep track of which files got loaded. def test_require_uses_full_path |