The final part of one of my tests creates an output file and compares
against a reference file. The files are approx. 230Mb in size
The test works OK, but when the outputs are different I get both files
dumped into the console. As they are effectively binary files, this is
of no use.
Is there a way to prevent this "dump" occurring while still seeing the
actual result of the test?
This part of the test is basically:
@expectedTS = File.read("C:/TSFiles/dvbsub_TC101.TS")
@actualTS = File.read('C:/Reference/dvbsub_TC101.TS')
verify_equal(@expectedTS, @actualTS)
Thanks,
Trevor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines:
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---