On Tuesday, December 30, 2003, 2:31:30 PM, Tanaka wrote:
> | @@ -776,11 +946,9 @@ def test_plus
> | assert_pathname_plus('/', '/', '..')
> | assert_pathname_plus('.', 'a', '..')
> | assert_pathname_plus('a', 'a/b', '..')
> | - assert_pathname_plus('../..', '..', '..')
> | assert_pathname_plus('/c', '/', '../c')
> | assert_pathname_plus('c', 'a', '../c')
> | assert_pathname_plus('a/c', 'a/b', '../c')
> | - assert_pathname_plus('../../c', '..', '../c')
> | end
> | end
> | end
> Do you noticed that you removed 2 assertions?
You added those assertions in 1.21 and I committed 1.22 without them.
I was careful (in general) to ensure my CVS was up to date, and CVS
didn't give me a not-up-to-date error. I'm baffled.
This fixed it, and I'm committing again.
cvs up -j 1.20 -j 1.21 pathname.rb
Gavin
|