mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 04:08:14 +02:00
Trying to fix unit test fails
This commit is contained in:
+8
@@ -186,6 +186,14 @@ END
|
||||
rescue Exception => ex
|
||||
msg = ex.message
|
||||
end
|
||||
|
||||
# normalize paths for Windows
|
||||
msg = msg.gsub("\\", "/")
|
||||
input = input.gsub("\\", "/")
|
||||
|
||||
puts "INFO: msg is '#{msg}'"
|
||||
puts "INFO: input is '#{input}'"
|
||||
|
||||
assert_equal(msg.sub(input, "<INPUT>"), "Nothing implemented in <INPUT>, line 22 in Netlist::read")
|
||||
|
||||
assert_equal(nl.description, "Read by MyDelegate")
|
||||
|
||||
Reference in New Issue
Block a user