Skip to content

Commit

Permalink
add missing key
Browse files Browse the repository at this point in the history
p-tags in tests
  • Loading branch information
silverailscolo committed May 17, 2019
1 parent 82f4a9a commit b3521a6
Show file tree
Hide file tree
Showing 24 changed files with 39 additions and 58 deletions.
1 change: 1 addition & 0 deletions java/src/jmri/jmrix/JmrixBundle.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ Baud9600 = 9,600 bps
Baud9600Zimo = 9,600 bps (default) Baud9600Zimo = 9,600 bps (default)
Baud19200 = 19,200 bps Baud19200 = 19,200 bps
LIBaud19200 = 19,200 bps (default) LIBaud19200 = 19,200 bps (default)
Baud28800 = 28,000 bps
Baud38400 = 38,400 bps Baud38400 = 38,400 bps
Baud57600 = 57,600 bps Baud57600 = 57,600 bps
Baud115200 = 115,200 bps Baud115200 = 115,200 bps
Expand Down
1 change: 1 addition & 0 deletions java/src/jmri/jmrix/JmrixBundle_ca.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Baud9600 = 9.600 bps
Baud9600Zimo = 9.600 bps (per defecte) Baud9600Zimo = 9.600 bps (per defecte)
Baud19200 = 19.200 bps Baud19200 = 19.200 bps
LIBaud19200 = 19.200 bps (per defecte) LIBaud19200 = 19.200 bps (per defecte)
Baud28800 = 28.000 bps
Baud38400 = 38.400 bps Baud38400 = 38.400 bps
Baud57600 = 57.600 bps Baud57600 = 57.600 bps
Baud115200 = 115.200 bps Baud115200 = 115.200 bps
Expand Down
1 change: 1 addition & 0 deletions java/src/jmri/jmrix/JmrixBundle_cs.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Baud9600 = 9 600 bps
Baud9600Zimo = 9 600 bps (Standardwert) Baud9600Zimo = 9 600 bps (Standardwert)
Baud19200 = 19 200 bps Baud19200 = 19 200 bps
LIBaud19200 = 19 200 bps (v\u00fdchoz\u00ed) LIBaud19200 = 19 200 bps (v\u00fdchoz\u00ed)
Baud28800 = 28.000 bps
Baud38400 = 38 400 bps Baud38400 = 38 400 bps
Baud57600 = 57 600 bps Baud57600 = 57 600 bps
Baud115200 = 115 200 bps Baud115200 = 115 200 bps
Expand Down
1 change: 1 addition & 0 deletions java/src/jmri/jmrix/JmrixBundle_de.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Baud9600 = 9.600 bps
Baud9600Zimo = 9.600 bps (Standardwert) Baud9600Zimo = 9.600 bps (Standardwert)
LIBaud19200 = 19.200 bps (Standardwert) LIBaud19200 = 19.200 bps (Standardwert)
Baud19200 = 19.200 bps Baud19200 = 19.200 bps
Baud28800 = 28.000 bps
Baud38400 = 38.400 bps Baud38400 = 38.400 bps
Baud57600 = 57.600 bps Baud57600 = 57.600 bps
Baud115200 = 115.200 bps Baud115200 = 115.200 bps
Expand Down
1 change: 1 addition & 0 deletions java/src/jmri/jmrix/JmrixBundle_fr.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Baud9600 = 9.600 bps
Baud9600Zimo = 9.600 bps (d\u00e9faut) Baud9600Zimo = 9.600 bps (d\u00e9faut)
Baud19200 = 19.200 bps Baud19200 = 19.200 bps
LIBaud19200 = 19.200 bps (d\u00e9faut) LIBaud19200 = 19.200 bps (d\u00e9faut)
Baud28800 = 28.000 bps
Baud38400 = 38.400 bps Baud38400 = 38.400 bps
Baud57600 = 57.600 bps Baud57600 = 57.600 bps
Baud115200 = 115.200 bps Baud115200 = 115.200 bps
Expand Down
1 change: 1 addition & 0 deletions java/src/jmri/jmrix/JmrixBundle_nl.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ Baud9600 = 9.600 bps
Baud9600Zimo = 9.600 bps (standaard) Baud9600Zimo = 9.600 bps (standaard)
LIBaud19200 = 19.200 bps (standaard) LIBaud19200 = 19.200 bps (standaard)
Baud19200 = 19.200 bps Baud19200 = 19.200 bps
Baud28800 = 28.000 bps
Baud38400 = 38.400 bps Baud38400 = 38.400 bps
Baud57600 = 57.600 bps Baud57600 = 57.600 bps
Baud115200 = 115.200 bps Baud115200 = 115.200 bps
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SimDriverAdapterTest {


@Test @Test
public void ConstructorTest(){ public void ConstructorTest(){
Assert.assertNotNull("SimDriverAdapter constructor",new SimDriverAdapter()); Assert.assertNotNull("SimDriverAdapter constructor", new SimDriverAdapter());
} }


@Before @Before
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p> * Tests for SerialDriverAdapter.
* Tests for SerialDriverAdapter *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class SerialDriverAdapterTest { public class SerialDriverAdapterTest {
Expand All @@ -31,5 +30,4 @@ public void tearDown() {
JUnitUtil.tearDown(); JUnitUtil.tearDown();
} }



} }
6 changes: 2 additions & 4 deletions java/test/jmri/jmrix/ieee802154/xbee/XBeeAdapterTest.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p> * Tests for XBeeAdapter.
* Tests for XBeeAdapter *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class XBeeAdapterTest { public class XBeeAdapterTest {
Expand All @@ -31,5 +30,4 @@ public void tearDown() {
JUnitUtil.tearDown(); JUnitUtil.tearDown();
} }



} }
5 changes: 2 additions & 3 deletions java/test/jmri/jmrix/ieee802154/xbee/XBeeIOStreamTest.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
import org.junit.runner.RunWith; import org.junit.runner.RunWith;


/** /**
* <p> * Tests for XBeeIOStream.
* Tests for XBeeIOStream *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class XBeeIOStreamTest { public class XBeeIOStreamTest {
Expand Down
6 changes: 2 additions & 4 deletions java/test/jmri/jmrix/ieee802154/xbee/XBeeNodeManagerTest.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p> * Tests for XBeeNodeManager.
* Tests for XBeeNodeManager *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class XBeeNodeManagerTest { public class XBeeNodeManagerTest {
Expand Down Expand Up @@ -39,5 +38,4 @@ public void tearDown() {
jmri.util.JUnitUtil.tearDown(); jmri.util.JUnitUtil.tearDown();
} }



} }
3 changes: 2 additions & 1 deletion java/test/jmri/jmrix/loconet/messageinterp/BundleTest.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
* not extend to uses in other software products. If you wish to use this code, * not extend to uses in other software products. If you wish to use this code,
* algorithm or these message formats outside of JMRI, please contact Digitrax * algorithm or these message formats outside of JMRI, please contact Digitrax
* Inc for separate permission. * Inc for separate permission.
* <p> * @author B. Milhaupt Copyright (C) 2018 *
* @author B. Milhaupt Copyright (C) 2018
* *
*/ */
public class BundleTest { public class BundleTest {
Expand Down
5 changes: 2 additions & 3 deletions java/test/jmri/jmrix/pi/PiGpioProviderScaffold.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
import com.pi4j.io.gpio.WiringPiGpioProviderBase; import com.pi4j.io.gpio.WiringPiGpioProviderBase;


/** /**
* <p> * Tests for RaspberryPiSensorManager.
* Tests for RaspberryPiSensorManager *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class PiGpioProviderScaffold extends WiringPiGpioProviderBase { public class PiGpioProviderScaffold extends WiringPiGpioProviderBase {
Expand Down
4 changes: 1 addition & 3 deletions java/test/jmri/jmrix/pi/RaspberryPiAdapterTest.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p>
* Tests for RaspberryPiAdapter * Tests for RaspberryPiAdapter
* </P> *
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class RaspberryPiAdapterTest { public class RaspberryPiAdapterTest {
Expand All @@ -36,5 +35,4 @@ public void tearDown() {
JUnitUtil.tearDown(); JUnitUtil.tearDown();
} }



} }
6 changes: 2 additions & 4 deletions java/test/jmri/jmrix/pi/RaspberryPiSensorManagerTest.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
import jmri.util.junit.annotations.ToDo; import jmri.util.junit.annotations.ToDo;
import org.junit.*; import org.junit.*;



/** /**
* Tests for RaspberryPiSensorManager.
* <p> * <p>
* Tests for RaspberryPiSensorManager
* </P><p>
* This is somehow not reseting the GPIO support, so each reference to a "pin" * This is somehow not reseting the GPIO support, so each reference to a "pin"
* needs to be do a different one, even across multiple test types * needs to be do a different one, even across multiple test types.
* *
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p> * Tests for RaspberryPiSystemConnectionMemo.
* Tests for RaspberryPiSystemConnectionMemo
* </P>
* *
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
Expand Down Expand Up @@ -154,4 +152,5 @@ public void tearDown() {
scm = null; scm = null;
JUnitUtil.tearDown(); JUnitUtil.tearDown();
} }

} }
6 changes: 2 additions & 4 deletions java/test/jmri/jmrix/pi/RaspberryPiTurnoutManagerTest.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p> * Tests for RaspberryPiTurnoutManager.
* Tests for RaspberryPiTurnoutManager *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class RaspberryPiTurnoutManagerTest extends jmri.managers.AbstractTurnoutMgrTestBase { public class RaspberryPiTurnoutManagerTest extends jmri.managers.AbstractTurnoutMgrTestBase {
Expand Down Expand Up @@ -129,5 +128,4 @@ public void tearDown() {
JUnitUtil.tearDown(); JUnitUtil.tearDown();
} }



} }
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p> * Tests for PiSprogNanoSerialDriverAdapter.
* Tests for PiSprogNanoSerialDriverAdapter *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class PiSprogNanoSerialDriverAdapterTest { public class PiSprogNanoSerialDriverAdapterTest {
Expand All @@ -35,5 +34,4 @@ public void tearDown() {
JUnitUtil.tearDown(); JUnitUtil.tearDown();
} }



} }
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p> * Tests for PiSprogOneSerialDriverAdapter.
* Tests for PiSprogOneSerialDriverAdapter *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class PiSprogOneSerialDriverAdapterTest { public class PiSprogOneSerialDriverAdapterTest {
Expand All @@ -35,5 +34,4 @@ public void tearDown() {
JUnitUtil.tearDown(); JUnitUtil.tearDown();
} }



} }
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p> * Tests for PiSprogOneCSSerialDriverAdapter.
* Tests for PiSprogOneCSSerialDriverAdapter *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class PiSprogOneCSSerialDriverAdapterTest { public class PiSprogOneCSSerialDriverAdapterTest {
Expand All @@ -35,5 +34,4 @@ public void tearDown() {
JUnitUtil.tearDown(); JUnitUtil.tearDown();
} }



} }
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p> * Tests for SprogCSSerialDriverAdapter.
* Tests for SprogCSSerialDriverAdapter *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class SprogCSSerialDriverAdapterTest { public class SprogCSSerialDriverAdapterTest {
Expand All @@ -35,5 +34,4 @@ public void tearDown() {
JUnitUtil.tearDown(); JUnitUtil.tearDown();
} }



} }
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
import org.junit.Test; import org.junit.Test;


/** /**
* <p> * Tests for SprogNanoSerialDriverAdapter.
* Tests for SprogNanoSerialDriverAdapter *
* </P>
* @author Paul Bender Copyright (C) 2016 * @author Paul Bender Copyright (C) 2016
*/ */
public class SprogNanoSerialDriverAdapterTest { public class SprogNanoSerialDriverAdapterTest {
Expand All @@ -35,5 +34,4 @@ public void tearDown() {
JUnitUtil.tearDown(); JUnitUtil.tearDown();
} }



} }
3 changes: 1 addition & 2 deletions java/test/jmri/managers/StealingThrottleManager.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/** /**
* This is an extension of the DebugThrottleManager that always requires * This is an extension of the DebugThrottleManager that always requires
* the calling throttle object to steal to get a valid throttle. * the calling throttle object to steal to get a valid throttle.
* <P> *
* @author Bob Jacobsen Copyright (C) 2003, 2005 * @author Bob Jacobsen Copyright (C) 2003, 2005
* @author Bob Jacobsen Copyright (C) 2018 * @author Bob Jacobsen Copyright (C) 2018
*/ */
Expand Down Expand Up @@ -51,5 +51,4 @@ public void stealThrottleRequest(LocoAddress a, ThrottleListener l,boolean steal
} }
} }



} }
4 changes: 2 additions & 2 deletions java/test/jmri/util/junit/rules/RetryRule.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
* <li>If the test fails all the retries, an error is logged, and the test is marked as failing. * <li>If the test fails all the retries, an error is logged, and the test is marked as failing.
* </ul> * </ul>
* *
* <p>based on code at * <p>
* based on code at
* http://www.swtestacademy.com/rerun-failed-test-junit/ * http://www.swtestacademy.com/rerun-failed-test-junit/
* </P>
* *
* @author ONUR BASKIRT 27.03.2016. * @author ONUR BASKIRT 27.03.2016.
*/ */
Expand Down

0 comments on commit b3521a6

Please sign in to comment.