Return-Path: Delivered-To: apmail-incubator-chemistry-commits-archive@minotaur.apache.org Received: (qmail 66257 invoked from network); 4 Aug 2009 04:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Aug 2009 04:26:55 -0000 Received: (qmail 42960 invoked by uid 500); 4 Aug 2009 04:27:00 -0000 Delivered-To: apmail-incubator-chemistry-commits-archive@incubator.apache.org Received: (qmail 42926 invoked by uid 500); 4 Aug 2009 04:27:00 -0000 Mailing-List: contact chemistry-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chemistry-dev@incubator.apache.org Delivered-To: mailing list chemistry-commits@incubator.apache.org Received: (qmail 42904 invoked by uid 99); 4 Aug 2009 04:27:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 04:27:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 04:26:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D86BB23888DC; Tue, 4 Aug 2009 04:26:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r800672 [3/3] - in /incubator/chemistry/trunk/chemistry: chemistry-api/src/main/java/org/apache/chemistry/ chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/ chemistry-atompub-client/src/main/java/org/apache/chemist... Date: Tue, 04 Aug 2009 04:26:34 -0000 To: chemistry-commits@incubator.apache.org From: fguillaume@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090804042637.D86BB23888DC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/chemistry/trunk/chemistry/chemistry-commons/src/main/java/org/apache/chemistry/impl/simple/SimpleType.java URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-commons/src/main/java/org/apache/chemistry/impl/simple/SimpleType.java?rev=800672&r1=800671&r2=800672&view=diff ============================================================================== --- incubator/chemistry/trunk/chemistry/chemistry-commons/src/main/java/org/apache/chemistry/impl/simple/SimpleType.java (original) +++ incubator/chemistry/trunk/chemistry/chemistry-commons/src/main/java/org/apache/chemistry/impl/simple/SimpleType.java Tue Aug 4 04:26:32 2009 @@ -140,9 +140,9 @@ null, false, false, null, Updatability.READ_ONLY, true, true, 0, null, null, -1, null); - public static final SimplePropertyDefinition PROP_CHECKIN_COMMENT = new SimplePropertyDefinition( - Property.CHECKIN_COMMENT, "def:checkincomment", null, - Property.CHECKIN_COMMENT, "Checkin Comment", "", false, + public static final SimplePropertyDefinition PROP_CHECK_IN_COMMENT = new SimplePropertyDefinition( + Property.CHECK_IN_COMMENT, "def:checkincomment", null, + Property.CHECK_IN_COMMENT, "Check In Comment", "", false, PropertyType.STRING, false, null, false, false, null, Updatability.READ_ONLY, true, true, 0, null, null, -1, null); @@ -159,11 +159,12 @@ null, false, false, null, Updatability.READ_ONLY, true, true, 0, null, null, -1, null); - public static final SimplePropertyDefinition PROP_CONTENT_STREAM_FILENAME = new SimplePropertyDefinition( - Property.CONTENT_STREAM_FILENAME, "def:contentstreamfilename", - null, Property.CONTENT_STREAM_FILENAME, "Content Stream Filename", - "", false, PropertyType.STRING, false, null, false, false, null, - Updatability.READ_WRITE, true, true, 0, null, null, -1, null); + public static final SimplePropertyDefinition PROP_CONTENT_STREAM_FILE_NAME = new SimplePropertyDefinition( + Property.CONTENT_STREAM_FILE_NAME, "def:contentstreamfilename", + null, Property.CONTENT_STREAM_FILE_NAME, + "Content Stream File Name", "", false, PropertyType.STRING, false, + null, false, false, null, Updatability.READ_WRITE, true, true, 0, + null, null, -1, null); public static final SimplePropertyDefinition PROP_CONTENT_STREAM_ID = new SimplePropertyDefinition( Property.CONTENT_STREAM_ID, "def:contentstreamid", null, @@ -228,10 +229,10 @@ PROP_IS_VERSION_SERIES_CHECKED_OUT, // PROP_VERSION_SERIES_CHECKED_OUT_BY, // PROP_VERSION_SERIES_CHECKED_OUT_ID, // - PROP_CHECKIN_COMMENT, // + PROP_CHECK_IN_COMMENT, // PROP_CONTENT_STREAM_LENGTH, // PROP_CONTENT_STREAM_MIME_TYPE, // - PROP_CONTENT_STREAM_FILENAME, // + PROP_CONTENT_STREAM_FILE_NAME, // PROP_CONTENT_STREAM_ID); public static final List PROPS_FOLDER_BASE = commonPlus( Modified: incubator/chemistry/trunk/chemistry/chemistry-commons/src/test/gunit/org/apache/chemistry/cmissql/CmisSql.testsuite URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-commons/src/test/gunit/org/apache/chemistry/cmissql/CmisSql.testsuite?rev=800672&r1=800671&r2=800672&view=diff ============================================================================== --- incubator/chemistry/trunk/chemistry/chemistry-commons/src/test/gunit/org/apache/chemistry/cmissql/CmisSql.testsuite (original) +++ incubator/chemistry/trunk/chemistry/chemistry-commons/src/test/gunit/org/apache/chemistry/cmissql/CmisSql.testsuite Tue Aug 4 04:26:32 2009 @@ -143,6 +143,6 @@ /* JOINs not working yet. <