~ubuntu-branches/ubuntu/feisty/gnumeric/feisty

« back to all changes in this revision

Viewing changes to test/t1901-regress.pl

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-12-06 13:55:23 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061206135523-6bh02cebuk0hduva
Tags: 1.7.5-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl -w
 
2
# -----------------------------------------------------------------------------
 
3
 
 
4
use strict;
 
5
use lib ($0 =~ m|^(.*/)| ? $1 : ".");
 
6
use GnumericTest;
 
7
 
 
8
my $file = "regress.gnumeric";
 
9
&message ("Check that $file evaluates correctly.");
 
10
&test_sheet_calc ("$samples/$file", "C2", sub { /No/i });