Project

General

Profile

Statistics
| Revision:

# Date Author Comment
2639 10/04/2005 10:52 AM harris

Added an attribute to the metacat shapefile called area_coef which is a function
of the areal extent of the datapackage -- so a datapackage which was related to
a global collection would have a large extent, whereas a 3-foot squared plot
would have a small extent. Also fixed a bug related to the ID field that was...

2637 10/04/2005 08:33 AM harris

a test dataset with coordinate harvested from metacat october 1, 2005.

2451 04/04/2005 05:47 PM sgarg

Removed unwanted code.

2448 04/04/2005 04:21 PM sgarg

Fixed a bug in previous commit and added a test for characters like mu.

2440 04/01/2005 04:09 PM sgarg

Adding test for checking Metacat behaviour when characters outside A-Z,a-z,0-9 are entered.

Related bugs: 1711, 1538 (1711 has been fixed as tested by this file. Have to add code to test 1711)

Currently checking for
> when < > & is entered - test fails as expected as document is invalid...

2400 03/07/2005 10:16 AM Duane Costa

Change documentType to eml://ecoinformatics.org/eml-2.0.1.

2382 01/20/2005 02:22 PM Duane Costa

Change URL value for Harvest unit tests.

2338 12/16/2004 04:35 PM Jing Tao

Add a new test case for testing get newest revision number.

2329 10/19/2004 09:59 AM Matt Jones

Removed hardcoded path from EventLogTest.

2328 10/18/2004 02:42 PM sgarg

Fixed a bug.

2316 09/21/2004 03:38 PM Matt Jones

Added sample eml 2.0.1 document for use in the tests.

2315 09/21/2004 03:36 PM Matt Jones

Modified buildIndex() to now include an '@' sign in the path for ATTRIBUTE
nodes. Removed a bunch of debugging information. Fixed the BuildIndexTest
so that it would work on any machine (removed hardcoded paths).

2306 09/20/2004 03:10 PM Matt Jones

Updated the build index test.

2294 09/16/2004 01:32 PM Matt Jones

Added test class for buildIndex() routine. Not completed yet.

2288 09/16/2004 11:01 AM sgarg

Added another test to check if access is checked when an old version of inline data is read using action=readinlinedata

2275 09/14/2004 03:57 PM sgarg

Test added to insert eml 2.0.0 document and update it with eml 2.0.1 document.

2265 09/02/2004 02:43 PM sgarg

Added a new method to check upload function when a data stream is passed.

2263 09/01/2004 05:49 PM sgarg

Adding InlineDataAccessTest.java which has tests regarding inline data access. Also updated AccessControlTest.java

2260 08/31/2004 03:47 PM sgarg

Made changes in AccessControl and Online Data Access tests.

2256 08/26/2004 05:30 PM sgarg

Adding new file with tests regarding access controls related to online data... the tests which are failing are commented out for the time being .. once the bugs are fixed in metacat, they will removed.

2255 08/26/2004 02:56 PM Duane Costa

Add additional comments to the test cases.

2254 08/26/2004 01:45 PM Duane Costa

Remove obsolete comment.
Fix broken URL in HarvestSiteScheduleTest.java

2247 08/20/2004 09:20 AM sgarg

Some changes and a bug fix

2244 08/19/2004 06:04 PM sgarg

Changed AccessControlTest.java to include new tests

2243 08/19/2004 06:02 PM sgarg

Changed SubTreeTest.java to handle the exception that is thrown by SubTree.java now.

2242 08/19/2004 11:50 AM sgarg

Added code to test the upload functionality in the client

2241 08/19/2004 11:43 AM sgarg

Adding data files for testing as online data

2239 08/18/2004 01:12 PM sgarg

Adding a new test file for testing the Access Controls in Metacat. Not complete or compilable yet.

2231 07/26/2004 03:19 PM Matt Jones

Added README explaining directory.

2230 07/26/2004 03:18 PM Matt Jones

A series of queries and commands being developed to improve metacat
performance. Very incomplete. WARNING: running some of these commmands
WILL DELETE DATA. Do not run these commands in a production environment.

2158 05/04/2004 09:29 AM Duane Costa

Revise test suite after moving Harvester properties to metacat.properties.

2143 04/28/2004 01:23 PM Duane Costa

Initial suite of JUnit tests for Harvester code

2134 04/26/2004 01:09 PM Duane Costa

JUnit files for tseting Harvester code

2123 04/14/2004 01:24 PM Duane Costa

Sample harvest list XML file

2122 04/14/2004 01:22 PM Duane Costa

Remove obsolete file

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.

1959 12/10/2003 01:48 PM blankman

This is a sample of a harvest document relocated from the metacat/lib directory

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.

1828 09/22/2003 01:14 PM Matt Jones

Updated more tests on session reuse. Made the http calls set the sessionid
explicitly rather than relying on cookies being passed around statically.
Still need to modify HttpMessage to get rid of the static cookie.

1826 09/19/2003 05:01 PM Matt Jones

New versions of the Metacat client API that allow access to the sessionId
so that a session can be reused over several different instances.

1825 09/17/2003 06:32 PM Matt Jones

Fixed the sessionId handling code to now properly return the sessionId
in the login response message. Updated junit tests to test this issue.

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...

1805 08/14/2003 04:42 PM Jing Tao

Revise this text file.

1800 08/12/2003 06:07 PM Jing Tao

Add new test case to testing logout, user doesn't have permision to read, insert, update and delete documents. Add new test case to test inaccessible metacat.

1799 08/12/2003 06:05 PM Jing Tao

Revise it.

1795 08/12/2003 12:35 PM Matt Jones

Implemented the update and delete methods in the interface, along with tests.

1794 08/12/2003 11:43 AM Matt Jones

New version of test document without illegal whitespace trailing the closing
tag of the root element.

1793 08/12/2003 11:00 AM Matt Jones

New test data for testing metacat client.

1792 08/12/2003 10:55 AM Matt Jones

Updated test so that the query test works. Now all tests should pass, but
still having the cntl-m issue on one server.

1791 08/12/2003 10:40 AM Matt Jones

New test code for metacat client. Auto-generate id. Query and read from
the inserted document. Still having some problems with the tests.

1790 08/12/2003 08:07 AM Jing Tao

Query.xml for testing MetacatClient.

1789 08/12/2003 12:24 AM Matt Jones

Implemented the "insert()" method and wrote a test to test it. The new test
depends on the property "newdocid" be set to something unique in the build.xml
file so that the insert will work properly. Probably need to fix this to be
some kind of autoincrement counter or random number so that it can be run...

1788 08/11/2003 11:28 PM Matt Jones

Refactored to use IOUtil routines. Reformatted for within-file consistency.

1787 08/11/2003 06:30 PM Jing Tao

Add a test case for query method.

1784 08/11/2003 03:24 PM Matt Jones

Implemented the 'read' API call. Some more to go...

1783 08/11/2003 12:19 PM Matt Jones

Wrote the login() function, the first of the series of API calls for
the metacat client to be implemented. Also wrote a test class to
test the API functionality.

1774 08/01/2003 09:02 AM Jing Tao

Get this big testing file(3.3 M) to reduce the distribution package size.

1506 03/21/2003 05:48 PM Jing Tao

Change from assert to assertTrue.

1505 03/21/2003 05:48 PM Jing Tao

Change assert to assertTrue.

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

Change assert to assertTrue

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

A new class to testing subtree class.

1346 01/03/2003 02:11 PM Jing Tao

Add a example of attribute query.

1292 07/14/2002 12:33 PM Jing Tao

Merge cvs branch replication to cvs head.

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

Change the test case order.

1218 06/13/2002 12:01 PM Jing Tao

Add this file from branch to head.

1143 05/29/2002 08:28 AM Jing Tao

This is code for testing how many sql commands one connection can be executed.

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

Change some debug message.

1119 05/22/2002 08:22 PM Jing Tao

Change package name of this class.

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

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

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.

1113 05/22/2002 03:53 PM Jing Tao

Add to cvs

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

Add metacat test to cvs.

973 03/15/2002 04:58 PM Jing Tao

This script file can run serials queries and print out the running time.

972 03/15/2002 04:56 PM Jing Tao

In order to test query performance. We need add lots of documents to database. This script file can add couple documents to database by for loop.

796 07/17/2001 09:59 AM bojilova

tests made on Oracle and SQL Server.

720 02/28/2001 03:33 AM Matt Jones

Added results of running the query analysis.

719 02/28/2001 03:32 AM Matt Jones

Analysis code cleanup.

718 02/28/2001 03:30 AM Matt Jones

modified analysis to add query_method (index or nested) as a
factor in the GLM.

717 02/28/2001 03:29 AM Matt Jones

Added data and statistical analysis code used for evaluation of the
query performance metrics for Metacat.

716 02/27/2001 10:22 PM berkley

results from metacat testing

715 02/27/2001 07:46 PM bojilova

test results for 11thousands, 87thousands and 162 thousands nodes

714 02/27/2001 05:19 PM berkley

play dtd pathquery files

713 02/27/2001 05:05 PM berkley

script and data files for performance testing

712 02/27/2001 05:00 PM berkley

removed old script and xml files

708 02/26/2001 09:23 AM berkley

script to execute all queries

707 02/26/2001 09:21 AM berkley

test queries for performance analysis