Displaying 1 result from an estimated 1 matches for "salesmapper".
2005 Sep 12
0
WIN32OLE file context during unit test
...================ IllustratorMinimalTest.rb
==============================
require ''test/unit''
require ''lib/illustratorminimal''
class IllustratorMinimalTest < Test::Unit::TestCase
def testFullPath
cs =
IllustratorMinimal.new("D:/svn-sandboxFSFS/ruby/salesmapper/lib/../Test1
.ai")
assert_not_nil cs.doc
end
def testFileName
cs = IllustratorMinimal.new("..\Test1.ai")
assert_not_nil cs.doc
end
End
========================================================================
============
======================= Test resu...