[Rt-commit] r5348 - in CSS-Squish: t
trs at bestpractical.com
trs at bestpractical.com
Wed Jun 7 23:48:24 EDT 2006
Author: trs
Date: Wed Jun 7 23:48:24 2006
New Revision: 5348
Added:
CSS-Squish/t/06-server-relative-urls.t
Modified:
CSS-Squish/ (props changed)
Log:
r12772 at zot: tom | 2006-06-07 23:48:15 -0400
Add a test file to remind me to get to making server-relative URLs work.
This is 0.02.
Added: CSS-Squish/t/06-server-relative-urls.t
==============================================================================
--- (empty file)
+++ CSS-Squish/t/06-server-relative-urls.t Wed Jun 7 23:48:24 2006
@@ -0,0 +1,17 @@
+#!/usr/bin/perl -w
+use strict;
+use warnings;
+
+use Test::More skip_all => "Functionality non-existant. (and tests incomplete.)";
+use Test::LongString;
+
+use_ok("CSS::Squish");
+
+my $expect = <<'EOT';
+
+EOT
+
+my $result = CSS::Squish->concatenate('t/css/06-server-relative-urls.t');
+
+is_string($result, $expect, "Server-relative URLs work");
+
More information about the Rt-commit
mailing list