~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to lib/test/t_TruncatedNormalFactory_std.at

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-08-18 18:14:38 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090818181438-copqi92r4z7y0ejc
Tags: 0.13.1-1ubuntu1
debian/python-openturns.install: update to use python* and *-packages.
This fix a FTBFS with python2.6.  (LP: #350437)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AT_SETUP([TruncatedNormal Factory])
2
2
 
 
3
if test x$with_r = x1 ;
 
4
then
 
5
 
3
6
AT_KEYWORDS([Distribution TruncatedNormalFactory])
4
7
 
5
8
#AT_TESTED([t_TruncatedNormalFactory_std])
17
20
]],
18
21
         [ignore])
19
22
 
 
23
else
 
24
 
 
25
AT_CHECK([exit 77],[0],[ignore],[ignore])
 
26
 
 
27
fi
 
28
 
20
29
AT_CLEANUP