2009/10/8 <[email protected]>: > Not having looked at this in detail but -- > > Given that we are spending some effort on un-mungifying > domita_test_untrusted (and thank you so much for doing this -- it's > sorely needed as that file has grown hugely, due to additions by many > including me...). > > Is it really a good idea to concatenate the individual files? A lot of > the domita tests look for things under 'document' and test, for > example, that document.forms[0] points to the right thing or whatever. > That means that the individual tests are dependent on the global > structure. Which hurts. > > Could, and should, we instead refactor things so that each test is an > individual "module", cajoled as an individual HTML file, and run > separately in its own Domita environment?
There's some overhead with loading a test into the browser. I suspect that would make the tests take a lot longer to run. > Ihab >
