[gnome-code-assistance] [tests] Move test files to subdirs
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-code-assistance] [tests] Move test files to subdirs
- Date: Sat, 16 Nov 2013 11:20:40 +0000 (UTC)
commit 7b62e83b3c3e0228b6412f730abde4b78076ae0f
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Sat Nov 16 12:19:10 2013 +0100
[tests] Move test files to subdirs
tests/backends/go.json | 2 +-
tests/backends/{ => go}/go_fail.go | 0
tests/backends/ruby.json | 2 +-
tests/backends/{ => ruby}/ruby_fail.rb | 0
4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/backends/go.json b/tests/backends/go.json
index 805f8c0..dbb6642 100644
--- a/tests/backends/go.json
+++ b/tests/backends/go.json
@@ -5,7 +5,7 @@
"diagnostics": [
{
"parse": {
- "path": "go_fail.go"
+ "path": "go/go_fail.go"
},
"diagnostics": [
{
diff --git a/tests/backends/go_fail.go b/tests/backends/go/go_fail.go
similarity index 100%
rename from tests/backends/go_fail.go
rename to tests/backends/go/go_fail.go
diff --git a/tests/backends/ruby.json b/tests/backends/ruby.json
index 6cd5464..7833d38 100644
--- a/tests/backends/ruby.json
+++ b/tests/backends/ruby.json
@@ -5,7 +5,7 @@
"diagnostics": [
{
"parse": {
- "path": "ruby_fail.rb"
+ "path": "ruby/ruby_fail.rb"
},
"diagnostics": [
{
diff --git a/tests/backends/ruby_fail.rb b/tests/backends/ruby/ruby_fail.rb
similarity index 100%
rename from tests/backends/ruby_fail.rb
rename to tests/backends/ruby/ruby_fail.rb
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]