Index: /trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java	(revision 12059)
+++ /trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java	(revision 12060)
@@ -798,5 +798,5 @@
      * @return last command
      */
-    private Command getLastCommandInDataset(DataSet ds) {
+    private static Command getLastCommandInDataset(DataSet ds) {
         LinkedList<Command> commands = Main.main.undoRedo.commands;
         if (!commands.isEmpty()) {
Index: /trunk/test/unit/org/openstreetmap/josm/data/osm/event/SelectionEventManagerTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/osm/event/SelectionEventManagerTest.java	(revision 12059)
+++ /trunk/test/unit/org/openstreetmap/josm/data/osm/event/SelectionEventManagerTest.java	(revision 12060)
@@ -45,5 +45,5 @@
      */
     @Test
-    public void test() {
+    public void testEventPropagation() {
         // automatically adds the layers
         CommandTestDataWithRelation testData1 = new CommandTestDataWithRelation();
