2006-08-27 Alex Roitman <shura@gramps-project.org>
* src/plugins/TestcaseGenerator.py: Bring somewhat up to date. * NEWS: New release name. svn: r7274
This commit is contained in:
parent
4fa0564888
commit
db863c9746
@ -1,3 +1,7 @@
|
|||||||
|
2006-08-27 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/plugins/TestcaseGenerator.py: Bring somewhat up to date.
|
||||||
|
* NEWS: New release name.
|
||||||
|
|
||||||
2006-08-26 Alex Roitman <shura@gramps-project.org>
|
2006-08-26 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/GrampsLogger/_ErrorReportAssistant.py (__init__): Properly
|
* src/GrampsLogger/_ErrorReportAssistant.py (__init__): Properly
|
||||||
call Assistant.
|
call Assistant.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Version 2.1.95 -- the "" release
|
Version 2.1.95 -- the "Listen! I can't give it to you now. It says, 'in the event of death'. Uh. Oh! Ah. Ah. Eh." release
|
||||||
* New Media Manager tool.
|
* New Media Manager tool.
|
||||||
* Support for attributes in events and event references;
|
* Support for attributes in events and event references;
|
||||||
Support for AGE and AGENCY tags in GEDCOM.
|
Support for AGE and AGENCY tags in GEDCOM.
|
||||||
* New Media Manager tool: advanced batch operations on media objects/files
|
* New Media Manager tool: advanced batch operations on media objects/files
|
||||||
* Verification tool displays disconnected people
|
* Verification tool displays disconnected people
|
||||||
* Bug fixes
|
* Lots of bug fixes
|
||||||
|
|
||||||
Version 2.1.91 -- the "Strange women lying in ponds distributing swords
|
Version 2.1.91 -- the "Strange women lying in ponds distributing swords
|
||||||
is no basis for a system of government" release
|
is no basis for a system of government" release
|
||||||
|
@ -51,6 +51,7 @@ import RelLib
|
|||||||
from PluginUtils import Tool, register_tool
|
from PluginUtils import Tool, register_tool
|
||||||
import const
|
import const
|
||||||
import Utils
|
import Utils
|
||||||
|
import LdsUtils
|
||||||
from QuestionDialog import ErrorDialog
|
from QuestionDialog import ErrorDialog
|
||||||
from DateHandler import parser as _dp
|
from DateHandler import parser as _dp
|
||||||
from DateHandler import displayer as _dd
|
from DateHandler import displayer as _dd
|
||||||
@ -1206,8 +1207,8 @@ class TestcaseGenerator(Tool.Tool):
|
|||||||
e = RelLib.Event()
|
e = RelLib.Event()
|
||||||
self.fill_object(e)
|
self.fill_object(e)
|
||||||
e.set_type( type)
|
e.set_type( type)
|
||||||
if randint(0,1) == 1:
|
#if randint(0,1) == 1:
|
||||||
e.set_cause( self.rand_text(self.SHORT))
|
# e.set_cause( self.rand_text(self.SHORT))
|
||||||
if randint(0,1) == 1:
|
if randint(0,1) == 1:
|
||||||
e.set_description( self.rand_text(self.LONG))
|
e.set_description( self.rand_text(self.LONG))
|
||||||
if randint(0,1) == 1:
|
if randint(0,1) == 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user