+fusionforge (5.2.50~-1) UNRELEASED; urgency=low
+
+ * Bump version number after branching 5.2.
+
+ -- Roland Mas <lolando@debian.org> Mon, 26 Mar 2012 20:10:13 +0200
+
fusionforge (5.2~rc1-4+) UNRELEASED; urgency=low
* Updated Debconf translations for Portuguese (thanks to Américo
Monteiro), German (thanks to Helge Kreutzmann), Russian (thanks to
- Yuri Kozlov) (closes: #677737, #677653, #678424).
+ Yuri Kozlov), Galician (thanks to Jorge Barreiro), Czech (thanks to
+ Miroslav Kure) (closes: #677737, #677653, #678424, #678629, #678685).
- -- Roland Mas <lolando@debian.org> Fri, 22 Jun 2012 15:42:30 +0200
+ -- Roland Mas <lolando@debian.org> Tue, 26 Jun 2012 11:04:17 +0200
fusionforge (5.2~rc1-4) unstable; urgency=low
$this->type("details", "brebis outremanchienne");
$this->clickAndWait("//form[@id='trackeraddform']//input[@type='submit']");
$this->clickAndWait("link=Bug1 boustrophédon");
- $this->type("details", 'Ceci était une référence au « Génie des Alpages », rien à voir avec Charlie - also, ZONGO');
- $this->clickAndWait("submit");
- $this->clickAndWait("link=Bug1 boustrophédon");
- $this->type("details", 'This is the needle');
+ $this->type("details", 'Ceci était une référence au « Génie des Alpages », rien à voir avec Charlie - also, ZONGO, and needle');
$this->clickAndWait("submit");
$this->clickAndWait("link=Tracker");
$this->clickAndWait("link=Patches");
$this->clickAndWait("link=Submit New");
$this->type("summary", "Bug2 gratapouêt");
- $this->type("details", "cthulhu was here - also, ZONGO");
+ $this->type("details", "cthulhu was here - also, ZONGO, and Charlie was here too");
$this->clickAndWait("//form[@id='trackeraddform']//input[@type='submit']");
- $this->clickAndWait("link=Bug2 gratapouêt");
- $this->type("details", 'Charlie was here too');
- $this->clickAndWait("submit");
// Search in trackers
$this->clickAndWait("addItemDocmanMenu");
$this->click("buttonDoc");
$this->type("title", "Doc1 Vladimir");
- $this->type("description", "Jenkins buildbot - also, ZONGO");
+ $this->type("//input[@name='description']", "Jenkins buildbot - also, ZONGO");
$this->click("//input[@name='type' and @value='pasteurl']");
$this->type("file_url", "http://buildbot3.fusionforge.org/");
$this->clickAndWait("submit");
$this->clickAndWait("addItemDocmanMenu");
$this->click("buttonDoc");
$this->type("title", "Doc2 Astromir");
- $this->type("description", "Hudson (the needle) - also, ZONGO");
+ $this->type("//input[@name='description']", "Hudson (the needle) - also, ZONGO");
$this->click("//input[@name='type' and @value='pasteurl']");
$this->type("file_url", "http://buildbot.fusionforge.org/");
$this->clickAndWait("submit");