From c1174e057dcaf235460256a746b97a9bf4210061 Mon Sep 17 00:00:00 2001 From: Lorenz Nickel Date: Fri, 8 Mar 2019 19:28:35 +0100 Subject: [PATCH] Remove invalid links from comments (#201) Remove invalid links from comments --- .../Components/Pages/MainPagePom.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/Calculator.UIAutomationLibrary/Components/Pages/MainPagePom.cs b/internal/Calculator.UIAutomationLibrary/Components/Pages/MainPagePom.cs index aecca8f..7fa70bb 100644 --- a/internal/Calculator.UIAutomationLibrary/Components/Pages/MainPagePom.cs +++ b/internal/Calculator.UIAutomationLibrary/Components/Pages/MainPagePom.cs @@ -11,9 +11,6 @@ namespace Calculator.UIAutomationLibrary.Components /// /// Physical Object Model for the app window. /// POM is the implementation model of the app. - /// See following references to POM: - /// * https://blogs.msdn.microsoft.com/wltester/2011/11/14/object-model-design/ - /// * https://blogs.msdn.microsoft.com/micahel/2005/06/03/how-do-i-invoke-thee-let-me-count-the-ways-the-physical-object-model/ /// See https://en.wikipedia.org/wiki/Model-based_testing for model-based testing. /// public class MainPagePom : UIObject