Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-commandbymail
Commits
8cff7d1f
Commit
8cff7d1f
authored
Jun 25, 2014
by
Kevin Falcone
Browse files
Move tests to be author test
parent
0830350b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
4 deletions
+9
-4
.gitignore
.gitignore
+1
-0
MANIFEST
MANIFEST
+6
-4
Makefile.PL
Makefile.PL
+2
-0
xt/create.t
xt/create.t
+0
-0
xt/internals.t
xt/internals.t
+0
-0
xt/txn-cfs.t
xt/txn-cfs.t
+0
-0
xt/update.t
xt/update.t
+0
-0
No files found.
.gitignore
View file @
8cff7d1f
...
...
@@ -5,3 +5,4 @@ pm_to_blib
*.swp
MYMETA.*
t/tmp/
xt/tmp/
MANIFEST
View file @
8cff7d1f
Changes
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
...
...
@@ -20,7 +21,8 @@ Makefile.PL
MANIFEST This list of files
META.yml
README
t/create.t
t/internals.t
t/txn-cfs.t
t/update.t
xt/create.t
xt/internals.t
xt/tmp/ports
xt/txn-cfs.t
xt/update.t
Makefile.PL
View file @
8cff7d1f
...
...
@@ -31,5 +31,7 @@ substitute(
no_index
package
=>
'
RT::Extension::CommandByMail::Test
';
author_tests
('
xt
');
sign
;
WriteAll
();
t/create.t
→
x
t/create.t
View file @
8cff7d1f
File moved
t/internals.t
→
x
t/internals.t
View file @
8cff7d1f
File moved
t/txn-cfs.t
→
x
t/txn-cfs.t
View file @
8cff7d1f
File moved
t/update.t
→
x
t/update.t
View file @
8cff7d1f
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment