Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0717F91B7 for ; Tue, 8 May 2012 17:38:43 +0000 (UTC) Received: (qmail 59370 invoked by uid 500); 8 May 2012 17:38:42 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 59276 invoked by uid 500); 8 May 2012 17:38:42 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 59266 invoked by uid 99); 8 May 2012 17:38:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 17:38:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 08 May 2012 17:38:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1902423888EA for ; Tue, 8 May 2012 17:38:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1335655 - /commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java Date: Tue, 08 May 2012 17:38:21 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120508173821.1902423888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Tue May 8 17:38:20 2012 New Revision: 1335655 URL: http://svn.apache.org/viewvc?rev=1335655&view=rev Log: trailing spaces on empty lines Modified: commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java Modified: commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java?rev=1335655&r1=1335654&r2=1335655&view=diff ============================================================================== --- commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java (original) +++ commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java Tue May 8 17:38:20 2012 @@ -36,7 +36,6 @@ import org.junit.Test; public final class VisitTestCase { - @Test( expected = IllegalStateException.class ) public void testNotExistVertex() { @@ -53,7 +52,7 @@ public final class VisitTestCase visit( input ).from( new BaseLabeledVertex( "NOT EXIST" ) ); } - + /** * Graph picture can be see * here