Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  client 1829 over 20 years Matt Jones Added more debugging messgaes to the test in an...
  harvesterClient 2134 almost 20 years Duane Costa JUnit files for tseting Harvester code
EventLogTest.java 3.51 KB 2113 about 20 years Matt Jones Added the EventLog functionality to the servlet...
MetaCatServletTest.java 17.1 KB 1822 over 20 years Matt Jones Modified metacat to now provide the session ide...
MetaCatURLTest.java 3.23 KB 1505 about 21 years Jing Tao Change assert to assertTrue.
QuerySpecificationTest.java 4.6 KB 2074 about 20 years Matt Jones Changed printAttributeQuery() to no longer depe...
ReplicationServerListTest.java 8.15 KB 1506 about 21 years Jing Tao Change from assert to assertTrue.
SubTreeTest.java 4.27 KB 1503 about 21 years Jing Tao A new class to testing subtree class.
VersionTest.java 2.31 KB 2079 about 20 years Matt Jones Added a simple action for finding out the curre...

Latest revisions

# Date Author Comment
2134 04/26/2004 01:09 PM Duane Costa

JUnit files for tseting Harvester code

2113 04/08/2004 01:49 PM Matt Jones

Added the EventLog functionality to the servlet as action=getlog. Valid parameters are ipAddress, principal, docid, event, start, end. All parameters can be repeated except start and end.

2111 04/07/2004 02:31 AM Matt Jones

Partial implementation of a query facility for the access log. Need to fix problems with the date filtering, and tie this into the servlet action when completed and tested.

2100 04/02/2004 11:31 AM Matt Jones

New EventLogTest modifying the log call to exclude revision.

2096 04/01/2004 10:40 PM Matt Jones

Added classes for basic event logging support. These classes write log entries to the database connection. Still to do: query the event log, write oracle sql code (postgres is done), possibly allow the log to be archived to a text file, and possibly do the dtabase writes asynchronously via a caching mechanism.

2079 03/31/2004 11:42 AM Matt Jones

Added a simple action for finding out the current metacat version. The information is pulled from the property file, so be sure to update the version in the property file before shipping a release.

2074 03/30/2004 10:02 AM Matt Jones

Changed printAttributeQuery() to no longer depend on the xml_index table. Now, if useXMLIndex is false, the method will use a recursive query on xml_nodes to match paths instead of using xml_index.

2069 03/29/2004 11:24 AM Matt Jones

Created new printExtendedSQL function that can get the extended
return fields using only xml_nodes and not xml_index. One
step closer to eliminating the dependence ofn xml_index.

2068 03/26/2004 05:40 PM Matt Jones

Created test class QuerySpecificationTest and started process of removing the xml_index from the QuerySpecification code. Reformatted some classes for readability.

1829 09/22/2003 03:26 PM Matt Jones

Added more debugging messgaes to the test in an attempt to find out
what is wrong with the cookies.

View revisions

Also available in: Atom