Ignore:
Timestamp:
2005-11-02T10:57:54+13:00 (18 years ago)
Author:
kjdon
Message:

changed the paths to reflect the move of gsdl-as to extensions folder

File:
1 edited

Legend:

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

    r8872 r10810  
    3535    public final void testSubscribe() {
    3636        try {
    37             Velocity.init("/research/schweer/gsdl3/packages/gsdl-as/build/velocity.properties");
     37            Velocity.init("/research/schweer/gsdl3/extensions/gsdl-as/build/velocity.properties");
    3838            VelocityContext context = new VelocityContext();
    3939           
     
    6969    public final void testListSubscriptions() {
    7070        try {
    71             Velocity.init("/research/schweer/gsdl3/packages/gsdl-as/build/velocity.properties");
     71            Velocity.init("/research/schweer/gsdl3/extensions/gsdl-as/build/velocity.properties");
    7272            VelocityContext context = new VelocityContext();
    7373           
     
    100100    public final void testReceiveEvent() {
    101101        try {
    102             Velocity.init("/research/schweer/gsdl3/packages/gsdl-as/build/velocity.properties");
     102            Velocity.init("/research/schweer/gsdl3/extensions/gsdl-as/build/velocity.properties");
    103103            VelocityContext context = new VelocityContext();
    104104           
     
    129129    public final void testShowFeed() {
    130130        try {
    131             Velocity.init("/research/schweer/gsdl3/packages/gsdl-as/build/velocity.properties");
     131            Velocity.init("/research/schweer/gsdl3/extensions/gsdl-as/build/velocity.properties");
    132132            VelocityContext context = new VelocityContext();
    133133           
Note: See TracChangeset for help on using the changeset viewer.