From commits-return-3297-apmail-stdcxx-commits-archive=stdcxx.apache.org@stdcxx.apache.org Tue Jul 22 21:12:24 2008 Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 55019 invoked from network); 22 Jul 2008 21:12:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 21:12:24 -0000 Received: (qmail 80289 invoked by uid 500); 22 Jul 2008 21:12:24 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 80269 invoked by uid 500); 22 Jul 2008 21:12:24 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 80260 invoked by uid 99); 22 Jul 2008 21:12:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 14:12:24 -0700 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, 22 Jul 2008 21:11:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E357A238889B; Tue, 22 Jul 2008 14:12:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r678907 - /stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp Date: Tue, 22 Jul 2008 21:12:03 -0000 To: commits@stdcxx.apache.org From: elemings@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080722211203.E357A238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elemings Date: Tue Jul 22 14:12:03 2008 New Revision: 678907 URL: http://svn.apache.org/viewvc?rev=678907&view=rev Log: 2008-07-22 Eric Lemings STDCXX-808 * tests/regress/27.streambuf.buffer.stdcxx-808.cpp: Add file header comment. Modified: stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp Modified: stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp?rev=678907&r1=678906&r2=678907&view=diff ============================================================================== --- stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp (original) +++ stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp Tue Jul 22 14:12:03 2008 @@ -1,3 +1,32 @@ +/*********************************************************************** + * + * 27.streambuf.buffer.stdcxx-808.cpp - regression test for STDCXX-808 + * + * http://issues.apache.org/jira/browse/STDCXX-808 + * + * $Id$ + * + *********************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + * implied. See the License for the specific language governing + * permissions and limitations under the License. + * + * Copyright 2008 Rogue Wave Software, Inc. + * + **********************************************************************/ #include #include