summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-02-13 17:30:18 -0600
committerLuke Kanies <luke@madstop.com>2008-02-13 17:30:18 -0600
commitc4f7c5180009ff8e8d7cb9d8a286a916991b7c1b (patch)
treea733a7d904a44768b68ef489eca0b944a876fe2f /test
parent892055709a7e0b628758d24aba7590fd3c78426b (diff)
downloadpuppet-c4f7c5180009ff8e8d7cb9d8a286a916991b7c1b.tar.gz
puppet-c4f7c5180009ff8e8d7cb9d8a286a916991b7c1b.tar.xz
puppet-c4f7c5180009ff8e8d7cb9d8a286a916991b7c1b.zip
Fixing comment -- ticket #1027 instead of #1064
Diffstat (limited to 'test')
-rwxr-xr-xtest/util/autoload.rb2
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