[Rt-commit] r2582 - rt/branches/3.4-RELEASE/lib/RT/URI
tla at bestpractical.com
tla at bestpractical.com
Sun Apr 3 15:35:23 EDT 2005
Author: tla
Date: Sun Apr 3 15:35:23 2005
New Revision: 2582
Modified:
rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
Log:
Get rid of LocalURIPrefix test. Would make this DTRT if I knew what TRT was.
Modified: rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/URI/t.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/URI/t.pm Sun Apr 3 15:35:23 2005
@@ -42,8 +42,6 @@
use_ok("RT::URI::t");
my $uri = RT::URI::t->new($RT::SystemUser);
ok(ref($uri), "URI object exists");
-is($uri->LocalURIPrefix, 't://example.com',
- "URI has correct local prefix");
my $uristr = "t:1";
$uri->ParseURI($uristr);
More information about the Rt-commit
mailing list