~ubuntu-branches/ubuntu/karmic/zim/karmic

« back to all changes in this revision

Viewing changes to t/41_export.t

  • Committer: Bazaar Package Importer
  • Author(s): Emfox Zhou
  • Date: 2007-08-25 13:04:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070825130442-q7xffffj9usah8b4
Tags: 0.20-1
* New upstream release
* Fix the bug which cause wrong internal links (Closes: #438612)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        print STDERR @_ unless $_[0] =~ /^#|Exporting|Indexing/;
10
10
};
11
11
 
12
 
eval 'require Zim::Win32' if $^O eq 'MSWin32';
13
 
die $@ if $@;
14
 
 
15
12
my $root = File::Spec->rel2abs( File::Spec->catdir(qw/t repository/) );
16
13
my $rep = Zim->new(dir => $root);
17
14