Project

General

Profile

« Previous | Next » 

Revision 5349

Added by berkley almost 14 years ago

removed old method that didn't do anything

View differences:

CrudServiceTest.java
57 57
    public CrudServiceTest(String name)
58 58
    {
59 59
        super(name);
60
        init();
61 60
    }
62 61
  
63 62
    /**
......
74 73
	public void tearDown() 
75 74
	{
76 75
	}
77
	
78
	public void init()
79
	{
80
	    try
81
	    {
82
            
83
        }
84
        catch(Exception e)
85
        {
86
            e.printStackTrace();
87
            fail("Could not initialize CrudServiceTest: " + e.getMessage());
88
        }
89
	}
90 76

  
91 77
	/**
92 78
	 * Create a suite of tests to be run together

Also available in: Unified diff