Is there Text Diff in Boost Unit Testing?

19 Oct
2011
19 Oct
'11
10:03 p.m.
Hi Guys, I am now using Boost Unit Testing as well and I am quite happy. I am writing, among other things, a compiler and I would benefit if in BOOST_CHECK_EQUAL there is some kind of a text diff... Is there such a facility? Thanks, -- Alex

19 Oct
19 Oct
10:37 p.m.
Alexander Feldman
Hi Guys,
I am now using Boost Unit Testing as well and I am quite happy. I am writing, among other things, a compiler and I would benefit if in BOOST_CHECK_EQUAL there is some kind of a text diff... Is there such a facility?
Closest you can get is output_test_stream. I had in mind to implement real diff algorithm, but never got to it. You are welcome to contribute ;) Regards, Gennadiy
4932
Age (days ago)
4932
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexander Feldman
-
Gennadiy Rozental