Project

General

Profile

Statistics
| Revision:

# Date Author Comment
7402 10/15/2012 04:41 PM ben leinfelder

remove use of HttpMessage (in morpho.jar) in favor of standard httpclient methods for calling the servlet in tests

7352 08/07/2012 12:10 PM ben leinfelder

sleep before updating and deleting test documents - otherwise their index entries may not be fully written and this causes errors (update and delete first attempt to remove index references, but if they are not in the DB yet then they are not removed but then they do get added and the FK constraints make the delete fail). Since we know indexing occurs in a separate thread with a configured delay, we just use this same delay in our testing.

6038 04/14/2011 03:41 AM Matt Jones

Remove hardcoded LDAP usernames from testing so that MetaCatServletNetTest will work even using alternate
LDAP servers.

5478 08/04/2010 02:45 PM berkley

merging test changes into the trunk

5311 04/14/2010 11:31 AM daigle

Merge 1.9.2 changes back into the trunk

5035 08/24/2009 02:42 PM daigle

Change location of PropertyService to properties directory

4700 12/26/2008 01:10 PM daigle

Renamed MetaCatUtil to MetacatUtil

4503 11/03/2008 11:06 AM daigle

Change info log messages to be debug.

4417 10/02/2008 02:48 PM daigle

Added debug statements that tell which subtest is being run.

4231 08/13/2008 08:59 AM daigle

Convert properties to camel case

4212 08/05/2008 05:33 PM daigle

Continue to qualify property names

4145 07/18/2008 10:02 AM daigle

Extend MCTestCase to handle initialization of PropertyService

4125 07/15/2008 10:11 AM daigle

Replace Options class with PropertyService

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

3562 11/02/2007 05:02 PM Jing Tao

delete some duplicated test to MetacatClientTest

3525 10/23/2007 04:18 PM Jing Tao

Fixed a bug that Option wasn't initialized.

3169 02/07/2007 09:42 AM Jing Tao

Removed the debugMessage method which was removed from MetacatUtil class.

3080 11/10/2006 11:30 AM Matt Jones

Eliminated the 'release' ant tag from the rest of the files. The 'release' property is still used in build.xml for creating releases, but the filter is no longer presnt. Now, when updating the metacat files for a release, you have to set the release version in both the build.xml and the metacat.properties files.

1504 03/21/2003 05:46 PM Jing Tao

Change assert to assertTrue

1222 06/14/2002 11:20 AM Jing Tao

Change the test case order.

1120 05/23/2002 08:46 AM Jing Tao

Change some debug message.

1117 05/22/2002 08:17 PM Jing Tao

Change package name and data file path. The factor for docid change from 10000 to 100000.

1115 05/22/2002 03:56 PM Jing Tao

This is the data file for testing insert data file action.

1114 05/22/2002 03:55 PM Jing Tao

This is a net test file for metacat.