Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f4a5361 authored by Neil Fuller's avatar Neil Fuller
Browse files

Remove unnecessary TODOs

The classes under test are not part of a public
API so they are not tested via CTS.

Bug: 31008728
Test: make droid
Change-Id: If10db42b6e79728a6625708d35a04c5002164866
parent a9f0eeb3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ import org.junit.Test;
/**
 * Tests for {@link DistroFormatVersion}.
 */
// TODO(nfuller) Move to CTS once this class is part of the SystemApi. http://b/31008728
public class DistroFormatVersionTest {

    @Test
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ import org.junit.Test;
/**
 * Tests for {@link DistroRulesVersion}.
 */
// TODO(nfuller) Move to CTS once this class is part of the SystemApi. http://b/31008728
public class DistroRulesVersionTest {

    @Test
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ import org.junit.Test;
/**
 * Tests for {@link RulesState}.
 */
// TODO(nfuller) Move to CTS once this class is part of the SystemApi. http://b/31008728
public class RulesStateTest {

    @Test
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ import org.junit.Test;
/**
 * Tests for {@link RulesUpdaterContract}.
 */
// TODO(nfuller) Move to CTS once this class is part of the SystemApi. http://b/31008728
public class RulesUpdaterContractTest {

    @Test