зеркало из https://github.com/mozilla/pjs.git
Adding @version tags with CVS ids
This commit is contained in:
Родитель
72f840d517
Коммит
ecb650578e
|
@ -44,6 +44,9 @@ import org.w3c.dom.*;
|
|||
|
||||
import org.mozilla.javascript.tools.shell.*;
|
||||
|
||||
/**
|
||||
* @version $Id: JsDriver.java,v 1.5 2007-10-11 19:44:10 szegedia%freemail.hu Exp $
|
||||
*/
|
||||
public class JsDriver {
|
||||
private JsDriver() {
|
||||
}
|
||||
|
|
|
@ -42,6 +42,9 @@ import java.util.*;
|
|||
|
||||
import org.mozilla.javascript.tools.shell.*;
|
||||
|
||||
/**
|
||||
* @version $Id: ShellTest.java,v 1.5 2007-10-11 19:44:10 szegedia%freemail.hu Exp $
|
||||
*/
|
||||
class ShellTest {
|
||||
static final FileFilter DIRECTORY_FILTER = new FileFilter() {
|
||||
public boolean accept(File pathname)
|
||||
|
|
|
@ -54,6 +54,7 @@ import org.mozilla.javascript.tools.shell.ShellContextFactory;
|
|||
* Executes the tests in the js/tests directory, much like jsDriver.pl does.
|
||||
* Excludes tests found in the js/tests/rhino-n.tests file.
|
||||
* @author Attila Szegedi
|
||||
* @version $Id: StandardTests.java,v 1.4 2007-10-11 19:44:10 szegedia%freemail.hu Exp $
|
||||
*/
|
||||
public class StandardTests extends TestSuite
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче