Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@www.apache.org Received: (qmail 46888 invoked from network); 9 Apr 2005 19:08:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Apr 2005 19:08:36 -0000 Received: (qmail 34721 invoked by uid 500); 9 Apr 2005 19:08:34 -0000 Delivered-To: apmail-jakarta-jetspeed-dev-archive@jakarta.apache.org Received: (qmail 34700 invoked by uid 500); 9 Apr 2005 19:08:34 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 34687 invoked by uid 500); 9 Apr 2005 19:08:34 -0000 Received: (qmail 34684 invoked by uid 500); 9 Apr 2005 19:08:34 -0000 Received: (qmail 34679 invoked by uid 99); 9 Apr 2005 19:08:34 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 09 Apr 2005 12:08:34 -0700 Received: (qmail 46875 invoked by uid 1265); 9 Apr 2005 19:08:32 -0000 Date: 9 Apr 2005 19:08:32 -0000 Message-ID: <20050409190832.46874.qmail@minotaur.apache.org> From: taylor@apache.org To: jakarta-jetspeed-2-cvs@apache.org Subject: cvs commit: jakarta-jetspeed-2/components/capability/src/test/org/apache/jetspeed/capabilities TestCapability.java X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N taylor 2005/04/09 12:08:32 Modified: components/capability/src/test/org/apache/jetspeed/capabilities TestCapability.java Log: capability tests pass with MySQL its a mystery as to why the tests fail with HSQL but the same api calls succeed when the portal is running Revision Changes Path 1.6 +2 -2 jakarta-jetspeed-2/components/capability/src/test/org/apache/jetspeed/capabilities/TestCapability.java Index: TestCapability.java =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/components/capability/src/test/org/apache/jetspeed/capabilities/TestCapability.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- TestCapability.java 9 Apr 2005 18:46:49 -0000 1.5 +++ TestCapability.java 9 Apr 2005 19:08:32 -0000 1.6 @@ -133,7 +133,7 @@ System.out.println("Find pattern: " + userAgent); cm = capabilities.getCapabilityMap(userAgent); assertNotNull("getCapabilityMap is null", cm); - assertTrue("stinking IE for Mac", cm.getClient().getName().equals("iemac")); + assertTrue("IE for Mac " + cm.getClient().getName(), cm.getClient().getName().equals("ie5mac")); capabilityMapReport(cm); userAgent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)"; --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org