Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E999D6CF for ; Wed, 10 Oct 2012 15:40:36 +0000 (UTC) Received: (qmail 8140 invoked by uid 500); 10 Oct 2012 15:40:36 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 8116 invoked by uid 500); 10 Oct 2012 15:40:36 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 8106 invoked by uid 99); 10 Oct 2012 15:40:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 15:40:35 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.18.1.187] (HELO exprod6og104.obsmtp.com) (64.18.1.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 15:40:26 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob104.postini.com ([64.18.5.12]) with SMTP ID DSNKUHWW1It0OXIsVYELF55is3h1UiVkzoXU@postini.com; Wed, 10 Oct 2012 08:40:06 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q9AFe4Kd004286 for ; Wed, 10 Oct 2012 08:40:04 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q9AFe2XL023156 for ; Wed, 10 Oct 2012 08:40:03 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nahub01.corp.adobe.com (10.8.189.97) with Microsoft SMTP Server (TLS) id 8.3.279.1; Wed, 10 Oct 2012 08:40:02 -0700 Received: from susi.local (10.136.133.8) by eurhub01.eur.adobe.com (10.128.4.111) with Microsoft SMTP Server id 8.3.279.1; Wed, 10 Oct 2012 16:40:00 +0100 Message-ID: <507596CF.8010708@apache.org> Date: Wed, 10 Oct 2012 16:39:59 +0100 From: =?UTF-8?B?TWljaGFlbCBEw7xyaWc=?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Subject: Re: svn commit: r1396646 - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/api/ oak-core/src/main/java/org/apache/jackrabbit/oak/core/ oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/ oak-core/src/main/java/org/... References: <20121010153235.7EF7C2388A4A@eris.apache.org> In-Reply-To: <20121010153235.7EF7C2388A4A@eris.apache.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 10.10.12 16:32, mreutegg@apache.org wrote: > Author: mreutegg > Date: Wed Oct 10 15:32:34 2012 > New Revision: 1396646 > > URL:http://svn.apache.org/viewvc?rev=1396646&view=rev > Log: > OAK-169: Support orderable nodes > - move orderable nodes implementation from oak-jcr to oak-core Thanks Marcel! Good stuff. > Added: ... > jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/TreeTest.java (with props) Would these fit into TreeImplTest? Michael