Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
6360 07/20/2011 02:48 PM ben leinfelder

remove CrudServiceTest reference in main Metacat test (about to remove from svn)

6211 06/24/2011 09:33 PM ben leinfelder

do not use pisco for referral testing (merge from 1.9.5)

6094 05/19/2011 07:06 PM Matt Jones

Fixed MetaCatServletTest test failures by removing the hardcoded username/passwords used in the tests and replacing those with data from metacat.properties.

6047 04/25/2011 02:28 PM rnahf

commenting out the pisco user tests, since they only work in production.

6006 03/03/2011 08:15 AM Chris Jones

Fixed the testNCEASLogin() password that I mistakenly changed.

6004 03/02/2011 04:44 PM Chris Jones

Added a new test method testDeleteDocumentByGUID() to ensure MetacatHandler can delete based on GUID, but fall back to docid if the GUID isn't present. Modified CrudServiceTest and made some private methods public to leverage the D1 REST calls in that library (i.e. create() a doc with a GUID).

5035 08/24/2009 02:42 PM daigle

Change location of PropertyService to properties directory

4301 08/22/2008 04:27 PM daigle

Convert class to extend MCTestCase. Add debug statements.

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

4126 07/15/2008 10:16 AM daigle

Use qualified test properties

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

3875 05/15/2008 06:25 PM Jing Tao

Check into cvs head. Add initialize option statment at the beginging of the class.

3780 04/02/2008 04:28 PM daigle

Changes to remove ANT tokens for the turnkey install project

3576 11/05/2007 06:20 PM Jing Tao

Add token to replace usr/password

3567 11/03/2007 10:16 PM Jing Tao

Add code to initialize Options and some code clean up

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.

2917 02/24/2006 01:18 PM Matt Jones

Some changes to the tests to use Logger rather than debugMessage().

1822 09/17/2003 12:42 PM Matt Jones

Modified metacat to now provide the session identifier in the response
xml message when a login is called. This has not been fully tested.
I removed the HttpMessage class from metacat in favor of using the version
of that class that is found in the utilities module. This may cause some...

1505 03/21/2003 05:48 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.

1118 05/22/2002 08:19 PM Jing Tao

Change package name. Factor of docid change from 10000 to 100000.

1112 05/22/2002 03:52 PM Jing Tao

Add metacat test to cvs.