~ubuntu-branches/ubuntu/maverick/rpy/maverick-updates

« back to all changes in this revision

Viewing changes to tests/test_io.py

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2008-06-17 14:15:55 UTC
  • mfrom: (2.1.18 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080617141555-zcqin5xjerohcw5r
Tags: 1.0.3-2
* Rebuilt under R 2.7.1.rc
* debian/control: Upgraded Build-Depends: to new R version

* Applied upstream fixes to setup.py and rpy_tools.py committed by Greg
  that correctly deal with the Rlapack vs lapack linking change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    def tearDown(self):
18
18
        sys.stdout = sys.__stdout__
19
19
        sys.stderr = sys.__stderr__
 
20
        # reset i/o defaults
 
21
        set_rpy_output(rpy_io.rpy_output)
 
22
        set_rpy_input(rpy_io.rpy_input)
 
23
 
20
24
            
21
25
    def testIOstdin(self):
22
26
        def dummy(prompt, n):