From depot-cvs-return-543-apmail-incubator-depot-cvs-archive=incubator.apache.org@incubator.apache.org Thu Jul 22 06:23:38 2004 Return-Path: Delivered-To: apmail-incubator-depot-cvs-archive@www.apache.org Received: (qmail 75204 invoked from network); 22 Jul 2004 06:23:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jul 2004 06:23:38 -0000 Received: (qmail 78970 invoked by uid 500); 22 Jul 2004 06:23:38 -0000 Delivered-To: apmail-incubator-depot-cvs-archive@incubator.apache.org Received: (qmail 78948 invoked by uid 500); 22 Jul 2004 06:23:37 -0000 Mailing-List: contact depot-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: depot-dev@incubator.apache.org Delivered-To: mailing list depot-cvs@incubator.apache.org Received: (qmail 78935 invoked by uid 99); 22 Jul 2004 06:23:37 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 21 Jul 2004 23:23:37 -0700 Received: (qmail 75195 invoked by uid 65534); 22 Jul 2004 06:23:36 -0000 Date: 22 Jul 2004 06:23:36 -0000 Message-ID: <20040722062336.75193.qmail@minotaur.apache.org> From: nickchalko@apache.org To: depot-cvs@incubator.apache.org Subject: svn commit: rev 23137 - incubator/depot/trunk/update/src/java/org/apache/depot/update/repository X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: nickchalko Date: Wed Jul 21 23:23:36 2004 New Revision: 23137 Modified: incubator/depot/trunk/update/src/java/org/apache/depot/update/repository/MockRepository.java Log: Turned off TestRepo for now. Modified: incubator/depot/trunk/update/src/java/org/apache/depot/update/repository/MockRepository.java ============================================================================== --- incubator/depot/trunk/update/src/java/org/apache/depot/update/repository/MockRepository.java (original) +++ incubator/depot/trunk/update/src/java/org/apache/depot/update/repository/MockRepository.java Wed Jul 21 23:23:36 2004 @@ -60,7 +60,7 @@ folderForGroup(group); - List resourceList = ArtifactInstance.getTestArtifactList(group.getName(), 10); + List resourceList = null;// TODO ArtifactInstance.getTestArtifactList(group.getName(), 10); results = SelectionHelper.select(resourceList, selector);