~ubuntu-branches/ubuntu/precise/glom/precise

« back to all changes in this revision

Viewing changes to tests/import/utils.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Murray Cumming
  • Date: 2012-02-28 20:30:15 UTC
  • mfrom: (1.1.47)
  • Revision ID: package-import@ubuntu.com-20120228203015-pycwl994nb3avhhy
Tags: 1.20.9-0ubuntu1
* Upload the new serie to precise (lp: #871276)
* debian/glom-utils.install:
  - install extra binary which was not installed before

[ Murray Cumming ]
* New upstream release.
* Use postgresql-9.1 instead of postgresql-8.4 (lp: #873289)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
bool check(const std::string& name, bool test, std::stringstream& report);
11
11
 
12
12
typedef sigc::slot<void, Glom::CsvParser&> FuncConnectParserSignals;
13
 
typedef Glib::RefPtr<Glib::MainLoop> MainLoopRp;
14
13
 
15
14
/**
16
15
 * @result Whether the parser finished without being killed by a timeout.
30
29
} // namespace ImportTests
31
30
 
32
31
#endif //TEST_IMPORT_UTILS_H
33