Skip to content

Commit a81f960

Browse files
author
Rubens F. N. da Silva
committed
Removes unused class
1 parent 35b5820 commit a81f960

3 files changed

Lines changed: 1 addition & 86 deletions

File tree

cls/Frontier/UnitTest/Reporter/Email.cls

Lines changed: 0 additions & 19 deletions
This file was deleted.

frontier-prod.xml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6243,28 +6243,6 @@ rchr(time) Quit ""
62436243
</Class>
62446244

62456245

6246-
<Class name="Frontier.UnitTest.Reporter.Email">
6247-
<Super>Frontier.Reporter.Email</Super>
6248-
<TimeCreated>64538,36222.588241</TimeCreated>
6249-
6250-
<Method name="SetupAccount">
6251-
<ReturnType>%Status</ReturnType>
6252-
<Implementation><![CDATA[
6253-
// If you want to test this reporter you need to configure the following properties.
6254-
set ..SMTPServerLocation = "smtp.youremailhost.com"
6255-
set ..SMTPServerPort = 25 // Your SMTP server port
6256-
set ..SenderEmail = "sender_email@email.com"
6257-
set ..SenderPassword = "sender_password"
6258-
set ..DestinationEmail = "destination@email.com"
6259-
set ..TemplateLocation = "/InterSystems/Cache/CSP/user/email-template.html"
6260-
set ..SSLConfiguration = "SSL Configuration name"
6261-
set ..UseSTARTTLS = 1 // 1, "" or 0
6262-
return $$$OK
6263-
]]></Implementation>
6264-
</Method>
6265-
</Class>
6266-
6267-
62686246
<Class name="Frontier.UnitTest.Router">
62696247
<Super>Frontier.Router</Super>
62706248
<TimeCreated>64503,35090.481271</TimeCreated>
@@ -7341,25 +7319,4 @@ The purpose is to show that custom authentication strategies can be used exclusi
73417319
]]></Implementation>
73427320
</Method>
73437321
</Class>
7344-
7345-
7346-
<Routine name="frontier" type="INC"><![CDATA[
7347-
#include %ZEN.Utils
7348-
#include %occErrors
7349-
7350-
#define ltrim(%str) $zstrip(%str, "<W")
7351-
#define rtrim(%str) $zstrip(%str, ">W")
7352-
#define trim(%str) $zstrip(%str, "<>W")
7353-
#define trimQuote(%str) $zstrip(%str, "<>", $c(34))
7354-
#define IsSQLQuery(%str) ($$$ucase($extract($$$trim(%str), 6)) = "SELECT")
7355-
#define KeyGroup(%requestKey) $zstrip($zstrip(%requestKey, "<=N"), "=>N")
7356-
#define KeyIndex(%requestKey) $zstrip($zstrip(%requestKey, "<=N"), "<=A")
7357-
#define FormatBoolean(%value) $case(%value, 1: "true", 0: "false", : %value)
7358-
#define BooleanToBinary(%value) $case(%value, "true": 1, "false": 0, : %value)
7359-
#define NormalizeClassName(%cn) if $l(%cn, ".") = 1 && ($e(%cn) = "%") set %cn = "%Library."_$e(%cn, 2, *)
7360-
#define OSSlash $case($$$isWINDOWS, 1: "\", : "/")
7361-
#define AssertClassExists(%o) return:'$isobject(%o) $$$ERROR($$$ClassDoesNotExist, %o)
7362-
#define NULL $s($$$isWINDOWS : "//./nul", 1: "/dev/null")
7363-
#define ObjectOrNull(%obj) $select($isobject(%obj) : %obj, 1: "null")
7364-
]]></Routine>
73657322
</Export>

frontier.xml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6243,28 +6243,6 @@ rchr(time) Quit ""
62436243
</Class>
62446244

62456245

6246-
<Class name="Frontier.UnitTest.Reporter.Email">
6247-
<Super>Frontier.Reporter.Email</Super>
6248-
<TimeCreated>64538,36222.588241</TimeCreated>
6249-
6250-
<Method name="SetupAccount">
6251-
<ReturnType>%Status</ReturnType>
6252-
<Implementation><![CDATA[
6253-
// If you want to test this reporter you need to configure the following properties.
6254-
set ..SMTPServerLocation = "smtp.youremailhost.com"
6255-
set ..SMTPServerPort = 25 // Your SMTP server port
6256-
set ..SenderEmail = "sender_email@email.com"
6257-
set ..SenderPassword = "sender_password"
6258-
set ..DestinationEmail = "destination@email.com"
6259-
set ..TemplateLocation = "/InterSystems/Cache/CSP/user/email-template.html"
6260-
set ..SSLConfiguration = "SSL Configuration name"
6261-
set ..UseSTARTTLS = 1 // 1, "" or 0
6262-
return $$$OK
6263-
]]></Implementation>
6264-
</Method>
6265-
</Class>
6266-
6267-
62686246
<Class name="Frontier.UnitTest.Router">
62696247
<Super>Frontier.Router</Super>
62706248
<TimeCreated>64503,35090.481271</TimeCreated>
@@ -8185,7 +8163,7 @@ The purpose is to show that custom authentication strategies can be used exclusi
81858163
]]></Routine>
81868164

81878165

8188-
<Project name="frontier" LastModified="2019-07-24 16:30:06.242422" TargetType="2" HttpServer="http://localhost:57772">
8166+
<Project name="frontier" LastModified="2019-07-25 08:30:49.311671" TargetType="2" HttpServer="http://localhost:57772">
81898167
<Items>
81908168
<ProjectItem name="Frontier.AbstractSerializer" type="CLS"></ProjectItem>
81918169
<ProjectItem name="Frontier.ArgumentDescription" type="CLS"></ProjectItem>
@@ -8225,7 +8203,6 @@ The purpose is to show that custom authentication strategies can be used exclusi
82258203
<ProjectItem name="Frontier.UnitTest.Authentication.DummyStrategy" type="CLS"></ProjectItem>
82268204
<ProjectItem name="Frontier.UnitTest.Fixtures.Class" type="CLS"></ProjectItem>
82278205
<ProjectItem name="Frontier.UnitTest.Fixtures.Student" type="CLS"></ProjectItem>
8228-
<ProjectItem name="Frontier.UnitTest.Reporter.Email" type="CLS"></ProjectItem>
82298206
<ProjectItem name="Frontier.UnitTest.Router" type="CLS"></ProjectItem>
82308207
<ProjectItem name="Frontier.UnitTest.Router.Map.A" type="CLS"></ProjectItem>
82318208
<ProjectItem name="Frontier.UnitTest.Router.Map.B" type="CLS"></ProjectItem>

0 commit comments

Comments
 (0)