test/application/test_minisip.rb in csd-0.3.3 vs test/application/test_minisip.rb in csd-0.3.4
- old
+ new
@@ -144,11 +144,12 @@
should "use --enable-debug flag if demanded" do
Options.debug = true
Options.enable_debug = true
out, err = capture { Core.compile_libraries }
+ # We will check or the flag before and after the milestone to go sure it's everywhere
assert_match /MILESTONE_processing_libminisip.+\-\-enable\-debug.+MILESTONE_processing_minisip.+\-\-enable\-debug/m, out
- assert_no_match /\-\-enable\-debug.+MILESTONE_processing_libminisip/m, out
+ assert_match /\-\-enable\-debug.+MILESTONE_processing_libminisip/m, out
end
end # context "in theory when compiling"
context "in practice" do