--- planet-nightly/planet/tests/test_main.py 2006-05-23 02:01:58.000000000 +0200 +++ planet-dev/planet/tests/test_main.py 2006-05-23 12:34:38.000000000 +0200 @@ -27,6 +27,7 @@ """)) my_planet = planet.Planet(configp) my_planet.run("Planet Name", "http://example.com", [], True) + my_planet.modified = True basedir = os.path.dirname(os.path.abspath(sys.modules[__name__].__file__)) os.mkdir(self.output_dir) t_file_names = ['simple', 'simple2']