[Rt-commit] r4904 - in rtir/branches/1.9-EXPERIMENTAL: t
kevinr at bestpractical.com
kevinr at bestpractical.com
Thu Mar 30 01:37:59 EST 2006
Author: kevinr
Date: Thu Mar 30 01:37:59 2006
New Revision: 4904
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/t/03firstmilestone.t
Log:
r11794 at sad-girl-in-snow: kevinr | 2006-03-30 01:37:12 -0500
* Made the milestone test file not fail
Modified: rtir/branches/1.9-EXPERIMENTAL/t/03firstmilestone.t
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/t/03firstmilestone.t (original)
+++ rtir/branches/1.9-EXPERIMENTAL/t/03firstmilestone.t Thu Mar 30 01:37:59 2006
@@ -1,5 +1,8 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
+use Test::More qw/no_plan/;
+
+ok(1);
#
# sometimes is printable. Ex. http://{BASE_URL}/RTIR/Merge.html?id=18&
#
@@ -227,3 +230,5 @@
# bash-2.05b
#
# MOST IMPORTATNT: More documentation about the new requirements.
+
+1;
More information about the Rt-commit
mailing list