This commit is contained in:
Ceki Gulcu 2006-09-11 20:28:43 +00:00
parent 8643328d79
commit 4e2d0555dd
3 changed files with 6 additions and 6 deletions

View File

@ -42,9 +42,9 @@ import junit.framework.TestCase;
* @author Ceki Gulcu
*
*/
public class InvocatonTest extends TestCase {
public class InvocationTest extends TestCase {
public InvocatonTest (String arg0) {
public InvocationTest (String arg0) {
super(arg0);
}

View File

@ -42,9 +42,9 @@ import junit.framework.TestCase;
* @author Ceki Gulcu
*
*/
public class InvocatonTest extends TestCase {
public class InvocationTest extends TestCase {
public InvocatonTest (String arg0) {
public InvocationTest (String arg0) {
super(arg0);
}

View File

@ -42,9 +42,9 @@ import junit.framework.TestCase;
* @author Ceki Gulcu
*
*/
public class InvocatonTest extends TestCase {
public class InvocationTest extends TestCase {
public InvocatonTest (String arg0) {
public InvocationTest (String arg0) {
super(arg0);
}