Changeset 1076 in ProjectBuilder for devel/pb-modules/t/Base.t


Ignore:
Timestamp:
Jul 26, 2010, 1:18:49 AM (14 years ago)
Author:
Bruno Cornec
Message:

r3960@localhost: bruno | 2010-07-22 22:11:48 +0200

  • Fix a bug on pb_get_uri revealed by introduction of first successful set of tests ;-) (TBC)
  • Add support for mandriva 2010.1
Location:
devel/pb-modules/t
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/t/Base.t

    r1075 r1076  
    55use strict;
    66use Test::More;
     7use ProjectBuilder::Base;
    78
    89my $nt = 0;
    910
    10 my $url = "svn+ssh://account\@machine.sdom.tld:8080/path/to/file";
     11my $uri = "svn+ssh://account\@machine.sdom.tld:8080/path/to/file";
    1112my ($scheme, $account, $host, $port, $path) = pb_get_uri($uri);
    1213
Note: See TracChangeset for help on using the changeset viewer.