1761727 converted unit test programs to JUnit tests and updated the build targets
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
|
||||
package com.jacob.test.vbscript;
|
||||
|
||||
import com.jacob.com.Variant;
|
||||
import com.jacob.test.BaseTestCase;
|
||||
|
||||
/**
|
||||
* Extracted from ScriptTest so everyone can see this
|
||||
* Made a test solely because it made the ant test easier
|
||||
*/
|
||||
public class ScriptTestErrEvents {
|
||||
public class ScriptTestErrEvents extends BaseTestCase {
|
||||
|
||||
public void Error(Variant[] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user