[Getan-commits] [PATCH 1 of 2] Update TODO

Wald Commits scm-commit at wald.intevation.org
Wed Feb 14 18:09:28 CET 2018


# HG changeset patch
# User Magnus Schieder <mschieder at intevation.de>
# Date 1518626846 -3600
# Node ID aebfc0140b8207a53d50145e41952dc44bd32220
# Parent  2707676cfd030389fbc9e6b44d2077d2d36b88b9
Update TODO.

 * Adds a multi-selection defect.

 * Adds a context defect.

diff -r 2707676cfd03 -r aebfc0140b82 TODO
--- a/TODO	Fri Feb 02 13:21:36 2018 +0100
+++ b/TODO	Wed Feb 14 17:47:26 2018 +0100
@@ -5,12 +5,12 @@
   1) Delete getan_test_data.db if it already exists to create a new database.
   2) Execute getan_test_data.py to get the test database getan_test_data.db.
      (getan/test_data/getan_test_data.py)
+  3) Open getan with the test database. (getan /path/getan_test_data.db)
 
 - Bug 1.0
-  2) Open getan with the test database. (getan /path/getan_test_data.db)
-  3) Switch to the entries from the project pro1 with tab.
-  4) Mark with return and arrow keys ent1 and ent2.
-  5) Go back to the projects with tab.
+  4) Switch to the entries from the project pro1 with tab.
+  5) Mark with return and arrow keys ent1 and ent2.
+  6) Go back to the projects with tab.
 
   20180118BER:
     Observation: ent1 and ent2 are not highlighted anymore.
@@ -19,6 +19,43 @@
     The selection is deleted when switching to the projects.
     So ent1 and ent2 should not highlighted anymore.
 
+
+- Bug 2.0
+  20180214 Magnus Schieder
+  Reproduced with getan2.1 and getan2.3dev1
+
+  4) Switch to the entries from the project pro2 with tab.
+  5) Mark with return and arrow keys ent7 and ent8.
+  6) Press m, then 3 and then y to move ent7 and ent8.
+  7) Go back to the projects with tab.
+
+  Expectation:
+	The focus is on pro2.
+	The entries of pro2 are displayed.
+
+  Result:
+	The focus is on pro1.
+	The entries of pro2 are displayed (ent9)
+
+
+- Bug 3.0
+  20180214 Magnus Schieder
+  Reproduced with getan2.1 and getan2.3dev1
+
+  4) Switch to the entries from the project pro1 with tab.
+  5) Mark with return and arrow keys ent1, ent2, ent3, ent4 and ent5.
+  6) Delete the mark of ent3.
+  7) Press m, then 3 and then y to move ent1, ent2, ent4 and ent5.
+
+  Expectation:
+    ent1, ent2, ent4 and ent5 are moved to.
+
+  Result:
+    ent1, ent2, ent3 and ent4 were moved to pro3.
+    ent5 stays in pro1.
+	(The last marked erntry stays in his project)
+
+
 20180118 BER There should be an indication which entries are shown
     when being in the right pane. When you use tab to go to the entries,
     it cannot be seen anymore in which project I am.


More information about the Getan-commits mailing list