Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair broken tests #2

Open
kralo opened this issue Jul 7, 2017 · 0 comments
Open

Repair broken tests #2

kralo opened this issue Jul 7, 2017 · 0 comments

Comments

@kralo
Copy link
Owner

kralo commented Jul 7, 2017

current state:

DUnit / Testing
...................................................................F.............................FF..........................FF...................F...................................................................E....E.E.E..............................................................................................................................................................................................................................................................................FFFF........................................................................................................................FF...E..............................................................................................................................................................................................................................F.......................................................................................................................F..........................................................................................................................................................................................................................................................
Time: 0:00:31.4

FAILURES!!!
Test Results:
Run:          1217
Failures:       14
Errors:          5
There were 5 errors:
  1) [Tests.TString] TTestString.Test_IsWhiteSpace: EArgumentOutOfRangeException
     at 
      "String-Index außerhalb des Bereichs (1).  Muss >= 0 und <= 0 sein"
  2) [Tests.TString] TTestString.Test_TrimLeft: EArgumentOutOfRangeException
     at 
      "String-Index außerhalb des Bereichs (8).  Muss >= 0 und <= 7 sein"
  3) [Tests.TString] TTestString.Test_TrimRight: EArgumentOutOfRangeException
     at 
      "String-Index außerhalb des Bereichs (8).  Muss >= 0 und <= 7 sein"
  4) [Tests.TString] TTestString.Test_Trim: EArgumentOutOfRangeException
     at 
      "String-Index außerhalb des Bereichs (8).  Muss >= 0 und <= 7 sein"
  5) [Tests.Serialization.Gross] TTestGrossSerialization.Test_Strings: EArgumentOutOfRangeException
     at 
      "String-Index außerhalb des Bereichs (1).  Muss >= 0 und <= 0 sein"

There were 14 failures:
  1) [Tests.TypeSupport] TTestTypes.TestMethod: ETestFailure
     at 
      "Type support = tmNone"
  2) [Tests.TypeConv] TTestTypeConvertions.TestUCS4Char: ETestFailure
     at 
      ""
  3) [Tests.TypeConv] TTestTypeConvertions.TestSysDate: ETestFailure
     at 
      ""
  4) [Tests.TypeConv] TTestTypeConvertions.TestDynArray: ETestFailure
     at 
      "Should have failed"
  5) [Tests.TypeConv] TTestTypeConvertions.TestRawByteString: ETestFailure
     at 
      "Expected the conversion to fail"
  6) [Tests.TypeConv] TTestTypeConvertions.TestBuffer: ETestFailure
     at 
      "Expected the conversion to fail"
  7) [Tests.BigDecimal] TTestBigDecimal.Test_TryParse_FmtSettings: ETestFailure
     at 
      "expected: <-1> but was: <1>"
  8) [Tests.BigDecimal] TTestBigDecimal.Test_TryParse: ETestFailure
     at 
      "expected: <-1> but was: <1>"
  9) [Tests.BigDecimal] TTestBigDecimal.Test_Parse_FmtSettings: ETestFailure
     at 
      "expected: <-1> but was: <1>"
 10) [Tests.BigDecimal] TTestBigDecimal.Test_Parse: ETestFailure
     at 
      "expected: <-1> but was: <1>"
 11) [Tests.Serialization] TTestXmlSpecifics.Test_Attrs: ETestFailure
     at 
      "expected: <<XMLClass xmlns="http://test.com" xmlns:DeHL="http://alex.ciobanu.org/DeHL.Serialization.XML" DeHL:class="Tests.Serialization.TXmlTestClass" DeHL:refid="1" FAttrStr="string in attr" xmlns:NS1="http://array.test.com"><FElemStr>string in element</FElemStr><NS1:ArrayTest DeHL:count="3" DeHL:refid="2"><NS1:TInnerArray DeHL:count="2" DeHL:refid="3"><NS1:string>one</NS1:string><NS1:string>two</NS1:string></NS1:TInnerArray><NS1:TInnerArray DeHL:refto="0"/><NS1:TInnerArray DeHL:count="1" DeHL:refid="4"><NS1:string>John</NS1:string></NS1:TInnerArray></NS1:ArrayTest></XMLClass>> but was: <<XMLClass xmlns="http://test.com" xmlns:DeHL="http://alex.ciobanu.org/DeHL.Serialization.XML" DeHL:class="Tests.Serialization.TXmlTestClass" DeHL:refid="1" FAttrStr="string in attr" xmlns:NS1="http://array.test.com"><FElemStr>string in element</FElemStr><ArrayTest xmlns="http://array.test.com" DeHL:count="3" DeHL:refid="2"><TInnerArray DeHL:count="2" DeHL:refid="3"><string>one</string><string>two</string></TInnerArray><TInnerArray DeHL:refto="0"/><TInnerArray DeHL:count="1" DeHL:refid="4"><string>John</string></TInnerArray></ArrayTest></XMLClass>>"
 12) [Tests.Serialization] TTestXmlSpecifics.Test_XmlName_Element: ETestFailure
     at 
      "expected: <<i1 xmlns="http://i1" xmlns:NS1="http://i2" xmlns:DeHL="http://alex.ciobanu.org/DeHL.Serialization.XML" xmlns:NS2="http://i0"><FField>One</FField><NS1:i2 DeHL:count="2" DeHL:refid="1"><NS2:i0>100</NS2:i0><NS2:i0>101</NS2:i0></NS1:i2><LArr2 DeHL:count="1" DeHL:refid="2"><NS2:a1>800</NS2:a1></LArr2></i1>> but was: <<i1 xmlns="http://i1" xmlns:NS1="http://i2" xmlns:DeHL="http://alex.ciobanu.org/DeHL.Serialization.XML" xmlns:NS2="http://i0"><FField>One</FField><i2 xmlns="http://i2" DeHL:count="2" DeHL:refid="1"><i0 xmlns="http://i0">100</i0><i0 xmlns="http://i0">101</i0></i2><LArr2 DeHL:count="1" DeHL:refid="2"><a1 xmlns="http://i0">800</a1></LArr2></i1>>"
 13) [Tests.List] TTestList.TestCopy: ETestFailure
     at 
      "List2 count expected to be 2"
 14) [Tests.SortedList] TTestSortedList.TestCopy: ETestFailure
     at 
      "List2 count expected to be 2"



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant