Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MrArtemAA committed Nov 17, 2017
2 parents 8f4e4d0 + bed00e8 commit d733c0c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
18 changes: 15 additions & 3 deletions ODP/Code/ScriptLibraries/ru.livescripts.dunit.core.lss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ Option Declare

%REM
---=== Change Log ===---
--- Version: 1.1.1; 18.11.2017; Artem Areshko
1. Modified
AbstractTestRunner.TestFailed()
Bug: was print instead of TestContext.Log()
TestContext.CloseLog()
Spelling mistake
AbstractTestRunner.PrintResult()
Added log closing

--- Version: 1.1.0; 12.11.2017; Artem Areshko
1. Added consts
LS_TEST_ERROR_MATCHER_PARAM
Expand Down Expand Up @@ -244,7 +253,7 @@ endh:
Const FuncName = "TestContext.CloseLog ()"

Call stream.Close()
Print "Test detials saved to: " & logFileName
Print "Test details saved to: " & logFileName

GoTo endh
ErrorHandler:
Expand Down Expand Up @@ -393,7 +402,7 @@ endh:
Call TestContext.Log("Finished tests at " & Now)
Call TestContext.Log("----------------------------------")

Call Me.PrintResult()
Call Me.PrintResult()

GoTo endh
ErrorHandler:
Expand Down Expand Up @@ -435,7 +444,7 @@ endh:
Dim stackTrace As Variant
stackTrace = Split(stackTraceString, Chr(10))
ForAll elem In stackTrace
Print elem
Call TestContext.Log(CStr(elem))
End ForAll

GoTo endh
Expand Down Expand Up @@ -477,6 +486,7 @@ endh:
result.Success & "; Failed: " & result.Failed

Call TestContext.Log(summary)
Call TestContext.Closelog()
Print summary

GoTo endh
Expand Down Expand Up @@ -539,3 +549,5 @@ End Function





12 changes: 6 additions & 6 deletions ODP/Code/ScriptLibraries/ru.livescripts.dunit.core.lss.metadata
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?><note class="filter" maintenanceversion="1.0" replicaid="432581D400739923" version="9.0" xmlns="http://www.lotus.com/dxl">
<noteinfo noteid="182" sequence="22" unid="F0152E0022E66468432581D6004117E0">
<noteinfo noteid="182" sequence="36" unid="F0152E0022E66468432581D6004117E0">
<created><datetime>20171112T145059,52+03</datetime></created>
<modified><datetime>20171114T115058,42+03</datetime></modified>
<revised><datetime>20171114T115058,41+03</datetime></revised>
<lastaccessed><datetime>20171114T115058,42+03</datetime></lastaccessed>
<modified><datetime>20171118T012005,71+03</datetime></modified>
<revised><datetime>20171118T012005,70+03</datetime></revised>
<lastaccessed><datetime>20171118T012005,71+03</datetime></lastaccessed>
<addedtofile><datetime>20171112T145059,58+03</datetime></addedtofile></noteinfo>
<updatedby><name>CN=Artem A Areshko/O=LiveScripts/C=RU</name></updatedby>
<wassignedby><name>CN=Artem A Areshko/O=LiveScripts/C=RU</name></wassignedby>
<item name="$PublicAccess" sign="true"><text>1</text></item>
<item name="$TITLE" sign="true"><text>ru.livescripts.dunit.core</text></item>
<item name="$DesignerVersion" sign="true"><text>8.5.3</text></item>
<item name="$Flags"><text>s34Q</text></item>
<item name="$Comment"><text>1.1.0</text></item>

</note>

<item name="$Comment"><text>1.1.1</text></item></note>

0 comments on commit d733c0c

Please sign in to comment.