Results of doctest builder run on 2011-08-26 14:10:05
=====================================================

Document: mod_topology
----------------------
**********************************************************************
File "mod_topology.txt", line ?, in default
Failed example:
    bus.pd_orig = 3
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1254, in __run
        compileflags, 1) in test.globs
      File "<doctest default[6]>", line 1, in <module>
        bus.pd_orig = 3
    AttributeError: can't set attribute
**********************************************************************
1 items had failures:
   1 of  11 in default
11 tests in 1 items.
10 passed and 1 failed.
***Test Failed*** 1 failures.

Document: getting_started
-------------------------
**********************************************************************
File "getting_started.txt", line ?, in default
Failed example:
    cim_topo = PyCIM.cimread('example.rdf')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1254, in __run
        compileflags, 1) in test.globs
      File "<doctest default[1]>", line 1, in <module>
        cim_topo = PyCIM.cimread('example.rdf')
      File "/home/stefan/.virtualenvs/c2bb/lib/python2.7/site-packages/PyCIM/RDFXMLReader.py", line 66, in cimread
        context = iterparse(source, ("start", "end"))
      File "<string>", line 63, in __init__
    IOError: [Errno 2] No such file or directory: 'example.rdf'
**********************************************************************
File "getting_started.txt", line ?, in default
Failed example:
    case = cim2busbranch.transform(cim_topo)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1254, in __run
        compileflags, 1) in test.globs
      File "<doctest default[2]>", line 1, in <module>
        case = cim2busbranch.transform(cim_topo)
    NameError: name 'cim_topo' is not defined
**********************************************************************
File "getting_started.txt", line ?, in default
Failed example:
    pypower.runpf(cim2busbranch.pypower_case(case))
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1254, in __run
        compileflags, 1) in test.globs
      File "<doctest default[3]>", line 1, in <module>
        pypower.runpf(cim2busbranch.pypower_case(case))
    NameError: name 'case' is not defined
**********************************************************************
File "getting_started.txt", line ?, in default
Failed example:
    pypower.runpf(c2bb.pypower_case('example.xml'))
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1254, in __run
        compileflags, 1) in test.globs
      File "<doctest default[1]>", line 1, in <module>
        pypower.runpf(c2bb.pypower_case('example.xml'))
      File "/home/stefan/Code/CIM2BusBranch/cim2busbranch/__init__.py", line 31, in pypower_case
        case = transform(case)
      File "/home/stefan/Code/CIM2BusBranch/cim2busbranch/__init__.py", line 15, in transform
        cim = PyCIM.cimread(cim)
      File "/home/stefan/.virtualenvs/c2bb/lib/python2.7/site-packages/PyCIM/RDFXMLReader.py", line 66, in cimread
        context = iterparse(source, ("start", "end"))
      File "<string>", line 63, in __init__
    IOError: [Errno 2] No such file or directory: 'example.xml'
**********************************************************************
1 items had failures:
   4 of   6 in default
6 tests in 1 items.
2 passed and 4 failed.
***Test Failed*** 4 failures.

Doctest summary
===============
   17 tests
    5 failures in tests
    0 failures in setup code
