On 13.12.11 13:30, [email protected] wrote:
Author: dpfister
Date: Tue Dec 13 13:30:13 2011
New Revision: 1213680

URL: http://svn.apache.org/viewvc?rev=1213680&view=rev
Log:
Replace '\r' (Mac OS line terminator) with '\n' (Unix line terminator)


[...]

      @Test
-    public void collidingMove() {
-        String head = mk.getHeadRevision();
-
-        head = mk.commit("/", "+\"x\" : {} \r+\"y\" : {}\n", head, "");
-
-        try {
-            mk.commit("/", ">\"x\" : \"y\"", head, "");
-            fail("expected to fail since /y already exists");
-        } catch (MicroKernelException e) {
-            // expected
-        }
-    }

Why remove this test?

Michael

Reply via email to