I found the problem, corrected it, and committed it to CVS. The reason was that while the rest of my testcase used a dummy test.usermaps.xml file that is included in the build itself, I was also calling the validate() method which references the "real" usermaps.xml file in the .hackystat directory. Since validate() is only meant to be invoked on servers where .hackystat/usermaps.xml is assumed to be installed it threw an Exception and the testcase failed.
Burt > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:owner-hackystat-dev- > [EMAIL PROTECTED] On Behalf Of Burt Leung > Sent: Tuesday, October 05, 2004 10:02 AM > To: 'Philip Johnson'; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [HACKYSTAT-DEV-L:140] Re: Hackystat-UH Build Failed > > I apologize for this test failure. > > I am looking into it right now. The problem is that I can't reproduce this > failure on my computer. The test case runs successfully. > > Burt > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:owner-hackystat-dev- > > [EMAIL PROTECTED] On Behalf Of Philip Johnson > > Sent: Tuesday, October 05, 2004 8:47 AM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: [HACKYSTAT-DEV-L:139] Re: Hackystat-UH Build Failed > > > > > > > > --On Tuesday, October 05, 2004 2:00 AM -1000 [EMAIL PROTECTED] wrote: > > > > > Hackystat build (configuration Hackystat-UH) failed. > > > Build report is available at > > > > > > http://xenia.ics.hawaii.edu/hackyDevSite/configurationBuildReport.do?year= > > 2004&month=10 > > > &day=5&configuration=Hackystat-UH Build Time Stamp: Tue Oct 05 > 02:00:15 > > HST 2004 > > > > > > > This is a failure in the UserMap code that Burt just added. Burt? > > > > Cheers, > > Philip > >
