git-svn-id: http://igraph.rubyforge.org/svn/trunk@34 71f48855-0bbf-4aa5-930d-4df415e86613
This commit is contained in:
parent
3c18a552fc
commit
5810b48d79
|
@ -1,10 +0,0 @@
|
|||
require 'test/unit'
|
||||
require 'igraph'
|
||||
|
||||
class TestGraph < Test::Unit::TestCase
|
||||
def test_adj
|
||||
graph = IGraph.new(['A','B','C','D'],true)
|
||||
assert_equal ['B'], graph.adjacent_vertices('A',IGraph::ALL)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue