~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty

« back to all changes in this revision

Viewing changes to build/source/libs/icu-xetex/test/intltest/itutil.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/********************************************************************
 
2
 * COPYRIGHT: 
 
3
 * Copyright (c) 1997-2001, International Business Machines Corporation and
 
4
 * others. All Rights Reserved.
 
5
 ********************************************************************/
 
6
 
 
7
/**
 
8
 * MajorTestLevel is the top level test class for everything in the directory "IntlWork".
 
9
 */
 
10
 
 
11
#ifndef _INTLTESTUTILITIES
 
12
#define _INTLTESTUTILITIES
 
13
 
 
14
 
 
15
#include "intltest.h"
 
16
 
 
17
 
 
18
class IntlTestUtilities: public IntlTest {
 
19
public:
 
20
    void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
 
21
};
 
22
 
 
23
 
 
24
#endif