def test_bar():
    """Tests the data structure Bar
    """

    print "Testing the Bar Structure"

    print "Testing initialization"
    fgraph = CD.football_graph()
    b = CD.Bar(fgraph, 1226, 1., 1., 1.)
    check_bar(b, 0, 1226, 115, 0)

    print "Testing possible swap"

    print "JTODO: Testing"