aboutsummaryrefslogtreecommitdiffstats
path: root/test/rake/test_rake_path_map.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rake/test_rake_path_map.rb')
-rw-r--r--test/rake/test_rake_path_map.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rake/test_rake_path_map.rb b/test/rake/test_rake_path_map.rb
index 038ba1f9a7..98e8df0620 100644
--- a/test/rake/test_rake_path_map.rb
+++ b/test/rake/test_rake_path_map.rb
@@ -152,11 +152,11 @@ class TestRakePathMap < Rake::TestCase
"Your file extension is '.rb'",
"dir/abc.rb".pathmap("Your file extension is '%x'"))
assert_equal(
- "bin/org/onstepback/proj/A.class",
- "src/org/onstepback/proj/A.java".pathmap("%{src,bin}d/%n.class"))
+ "bin/org/onestepback/proj/A.class",
+ "src/org/onestepback/proj/A.java".pathmap("%{src,bin}d/%n.class"))
assert_equal(
- "src_work/bin/org/onstepback/proj/A.class",
- "src_work/src/org/onstepback/proj/A.java".
+ "src_work/bin/org/onestepback/proj/A.class",
+ "src_work/src/org/onestepback/proj/A.java".
pathmap('%{\bsrc\b,bin}X.class'))
assert_equal(
".depends.bak",