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

Commit 72186eaf authored by Greg Kaiser's avatar Greg Kaiser
Browse files

ravenwood: Update go link

go/ravenwood-docs is old.  As that small page notes, documents have
been moved to go/ravenwood.  We save folks an indirect by updating
this.

Test: None
Flag: EXEMPT go/link fix
Change-Id: I3e4a35275ace2eaceddfa1ff8fdee9cd46f1394e
parent 0a91f032
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -71,7 +71,7 @@ import java.util.concurrent.Future;
// NOTE: This @DisabledOnRavenwood annotation is inherited to all subclasses (unless overridden
// NOTE: This @DisabledOnRavenwood annotation is inherited to all subclasses (unless overridden
// via a more-specific @EnabledOnRavenwood annotation); this means that by default all
// via a more-specific @EnabledOnRavenwood annotation); this means that by default all
// subclasses will be "ignored" when executed on the Ravenwood testing environment; more
// subclasses will be "ignored" when executed on the Ravenwood testing environment; more
// background on Ravenwood is available at go/ravenwood-docs
// background on Ravenwood is available at go/ravenwood
@DisabledOnRavenwood
@DisabledOnRavenwood
public abstract class SysuiTestCase {
public abstract class SysuiTestCase {
    /**
    /**
+1 −1
Original line number Original line Diff line number Diff line
@@ -113,7 +113,7 @@ public class RavenwoodSystemServer {
                throw new RuntimeException("The requested service " + serviceClass
                throw new RuntimeException("The requested service " + serviceClass
                        + " is not yet supported under the Ravenwood deviceless testing "
                        + " is not yet supported under the Ravenwood deviceless testing "
                        + "environment; consider requesting support from the API owner or "
                        + "environment; consider requesting support from the API owner or "
                        + "consider using Mockito; more details at go/ravenwood-docs");
                        + "consider using Mockito; more details at go/ravenwood");
            }
            }


            // Start service and then depth-first traversal of any dependencies
            // Start service and then depth-first traversal of any dependencies
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,6 +19,6 @@ public class RavenwoodUnsupportedApiException extends UnsupportedOperationExcept
    public RavenwoodUnsupportedApiException() {
    public RavenwoodUnsupportedApiException() {
        super("This method is not yet supported under the Ravenwood deviceless testing "
        super("This method is not yet supported under the Ravenwood deviceless testing "
                + "environment; consider requesting support from the API owner or "
                + "environment; consider requesting support from the API owner or "
                + "consider using Mockito; more details at go/ravenwood-docs");
                + "consider using Mockito; more details at go/ravenwood");
    }
    }
}
}