Changeset 17488

Show
Ignore:
Timestamp:
05/23/08 06:05:55 (8 months ago)
Author:
avinash
Message:

blog : modified BlogBase?.java as per new PnetTestEngine?.java

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/acceptance/src/net/project/test/acceptance/blog/BlogBase.java

    r17352 r17488  
    1111         
    1212        @Override 
    13         protected void setUp() throws Exception { 
     13        public void setUp() throws Exception { 
    1414                super.setUp(); 
    1515                setupBlog(); 
     
    1717         
    1818        @Override 
    19         protected void tearDown() throws Exception { 
     19        public void tearDown() throws Exception { 
    2020                // delete businesses and project for teardown 
    2121                // so that we dont end up with garbage data in tested application