From 25b489a34ad55818a7407ce32f3c89968a1d240f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 29 Sep 2011 03:36:13 -0500 Subject: remove test numbers --- t/data/01/templates/foo.tt | 1 - t/data/01/templates/index.tt | 1 - t/data/basic/templates/foo.tt | 1 + t/data/basic/templates/index.tt | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 t/data/01/templates/foo.tt delete mode 100644 t/data/01/templates/index.tt create mode 100644 t/data/basic/templates/foo.tt create mode 100644 t/data/basic/templates/index.tt (limited to 't/data') diff --git a/t/data/01/templates/foo.tt b/t/data/01/templates/foo.tt deleted file mode 100644 index f3acdb5..0000000 --- a/t/data/01/templates/foo.tt +++ /dev/null @@ -1 +0,0 @@ -

[% uri_for('action' => action, 'controller' => controller) %]

diff --git a/t/data/01/templates/index.tt b/t/data/01/templates/index.tt deleted file mode 100644 index d9df92b..0000000 --- a/t/data/01/templates/index.tt +++ /dev/null @@ -1 +0,0 @@ -[% content %] diff --git a/t/data/basic/templates/foo.tt b/t/data/basic/templates/foo.tt new file mode 100644 index 0000000..f3acdb5 --- /dev/null +++ b/t/data/basic/templates/foo.tt @@ -0,0 +1 @@ +

[% uri_for('action' => action, 'controller' => controller) %]

diff --git a/t/data/basic/templates/index.tt b/t/data/basic/templates/index.tt new file mode 100644 index 0000000..d9df92b --- /dev/null +++ b/t/data/basic/templates/index.tt @@ -0,0 +1 @@ +[% content %] -- cgit v1.2.3-54-g00ecf