Ignore:
Timestamp:
2004-12-06T11:44:03+13:00 (19 years ago)
Author:
schweer
Message:

user authentication works; user information and subscriptions/predicates are stored to thedatabase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/packages/gsdl-as/test-src/org/greenstone/gsdlas/ProfileStoreTest.java

    r8717 r8738  
    1313
    1414import junit.framework.TestCase;
    15 
    16 import org.greenstone.gsdlas.profiles.*;
    1715
    1816/**
     
    3129        try {
    3230            addSubscriptions();
    33         } catch (ParseException e) {
     31        } catch (Exception e) {
    3432            e.printStackTrace();
    3533            fail(e.getMessage());
     
    6058    }
    6159
    62     private void addSubscriptions() throws ParseException {
     60    private void addSubscriptions() throws Exception {
    6361        Map valueMap = new TreeMap();
    6462       
     
    8381    }
    8482   
    85     private void addSubscription(Map valueMap) throws ParseException { 
     83    private void addSubscription(Map valueMap) throws Exception { 
    8684        ProfileStore.getInstance().createSubscription(valueMap);   
    8785    }
Note: See TracChangeset for help on using the changeset viewer.