[seed] Revert "Tests: new test which tests various parts of the importer, including something which is curr
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] Revert "Tests: new test which tests various parts of the importer, including something which is curr
- Date: Wed, 3 Jun 2009 20:46:03 -0400 (EDT)
commit b6b6402f8b0977d9fb237d6a114195f3d8f1463f
Author: Tim Horton <hortont svn gnome org>
Date: Wed Jun 3 20:44:49 2009 -0400
Revert "Tests: new test which tests various parts of the importer, including something which is currently broken. My email to Robb explaining it is attached."
This reverts commit d6de7e0060d6ae2eda59a52ca029af0114951e31.
---
configure.ac | 1 -
tests/javascript/Makefile.am | 3 +--
tests/javascript/importer-search-path.js | 7 -------
tests/javascript/searchpath/Makefile.am | 1 -
tests/javascript/searchpath/a.js | 9 ---------
tests/javascript/searchpath/b.js | 8 --------
6 files changed, 1 insertions(+), 28 deletions(-)
diff --git a/configure.ac b/configure.ac
index a44a969..153ffe6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -381,7 +381,6 @@ extensions/Makefile
tests/Makefile
tests/javascript/Makefile
tests/javascript/gtypes/Makefile
-tests/javascript/searchpath/Makefile
tests/javascript/signals/Makefile
tests/javascript/structs/Makefile
tests/c/Makefile
diff --git a/tests/javascript/Makefile.am b/tests/javascript/Makefile.am
index 6a3a3d9..b0a3274 100644
--- a/tests/javascript/Makefile.am
+++ b/tests/javascript/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = gtypes signals structs searchpath
+SUBDIRS = gtypes signals structs
EXTRA_DIST = \
COPYING \
@@ -21,7 +21,6 @@ EXTRA_DIST = \
gvalue-argument.js \
include.js \
include-syntax.js \
- importer-search-path.js \
introspect.js \
json-constructor.js \
json.js \
diff --git a/tests/javascript/importer-search-path.js b/tests/javascript/importer-search-path.js
deleted file mode 100755
index 33eb043..0000000
--- a/tests/javascript/importer-search-path.js
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env seed
-// Returns: 0
-// STDIN:
-// STDOUT:b
-// STDERR:
-
-a = imports.searchpath.a;
diff --git a/tests/javascript/searchpath/Makefile.am b/tests/javascript/searchpath/Makefile.am
deleted file mode 100644
index e43ac26..0000000
--- a/tests/javascript/searchpath/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-EXTRA_DIST = a.js b.js
diff --git a/tests/javascript/searchpath/a.js b/tests/javascript/searchpath/a.js
deleted file mode 100755
index 484956c..0000000
--- a/tests/javascript/searchpath/a.js
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env seed
-// Returns: 0
-// STDIN:
-// STDOUT:b
-// STDERR:
-
-imports.searchPath.unshift("searchpath");
-GObject = imports.gi.GObject;
-b = imports.b;
diff --git a/tests/javascript/searchpath/b.js b/tests/javascript/searchpath/b.js
deleted file mode 100755
index 12fd83d..0000000
--- a/tests/javascript/searchpath/b.js
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env seed
-// Returns: 0
-// STDIN:
-// STDOUT:b
-// STDERR:
-
-GObject = imports.gi.GObject;
-print("b");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]