[ditrack commit] r2359 - src/trunk/tests/i91.tc

Ivan Glushkov gli.work at gmail.com
Sat Dec 8 08:09:58 PST 2007


> Why not use tc.system() here?
>
> > -tc = dttest.testcase(repo="i91-invalid.tgz")
> > +os.system("cd work/db; svn pdel ditrack:format .")
> >  tc.dt(["ls"], [], expected_status=1)

Hi.
It was because of the future changes :)
i simultaneously was fixing i#166 ("stop using SVN properties"). So
now these strings  doesn't contain "system" at all:


tc.dt(["ls"], [], expected_status=1)

os.unlink("work/db/database-version");

tc.dt(["ls"], [], expected_status=1)

Ivan.


More information about the Dev mailing list