mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
32665c36c8
Big thanks to tpot and mbp for showing how easy it can be to write a simple unit test, and for providing the STF. This also changes the strstr_m() code to use strstr_w() (avoiding duplication) and fixes it so that it passes the STF. (We now always restart before doing the unicode run, until sombody can show me why the testsuite is wrong). Andrew Bartlett (This used to be commit a893a324f37e6a171719db8ffffe66df31c2dbaa)
This directory contains the Samba Testing Framework, a Python-based system for exercising Samba in various ways. It is quite small at the moment.