[JEDI.NET-commits] main/Nunit Nunit.Jedi.Core.bdsproj,NONE,1.1 Nunit.Jedi.Core.dpk,NONE,1.1 Nunit.Je
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2004-11-24 15:19:23
|
Update of /cvsroot/jedidotnet/main/Nunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3079/main/Nunit Modified Files: Nunit.Jedi.Results.xml Nunit.Jedi.nunit Added Files: Nunit.Jedi.Core.bdsproj Nunit.Jedi.Core.dpk Log Message: Added Jedi.Core unit test (Jedi.System namespace is currently the only one implemented) --- NEW FILE: Nunit.Jedi.Core.dpk --- package Nunit.Jedi.Core; {$ALIGN 0} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$IMPLICITBUILD OFF} requires Borland.Delphi, nunit.framework, Jedi.Core; contains NUnit.Jedi.System in 'source\NUnit.Jedi.System.pas'; [assembly: AssemblyDescription('')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('')] [assembly: AssemblyProduct('')] [assembly: AssemblyCopyright('')] [assembly: AssemblyTrademark('')] [assembly: AssemblyCulture('')] // The Delphi compiler controls the AssemblyTitleAttribute via the ExeDescription. // You can set this in the IDE via the Project Options. // Manually setting the AssemblyTitle attribute below will override the IDE // setting. // [assembly: AssemblyTitle('')] // // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion('1.0.*')] // // In order to sign your assembly you must specify a key to use. Refer to the // Microsoft .NET Framework documentation for more information on assembly signing. // // Use the attributes below to control which key is used for signing. // // Notes: // (*) If no key is specified, the assembly is not signed. // (*) KeyName refers to a key that has been installed in the Crypto Service // Provider (CSP) on your machine. KeyFile refers to a file which contains // a key. // (*) If the KeyFile and the KeyName values are both specified, the // following processing occurs: // (1) If the KeyName can be found in the CSP, that key is used. // (2) If the KeyName does not exist and the KeyFile does exist, the key // in the KeyFile is installed into the CSP and used. // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. // When specifying the KeyFile, the location of the KeyFile should be // relative to the project output directory. For example, if your KeyFile is // located in the project directory, you would specify the AssemblyKeyFile // attribute as [assembly: AssemblyKeyFile('mykey.snk')], provided your output // directory is the project directory (the default). // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework // documentation for more information on this. // [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile('')] [assembly: AssemblyKeyName('')] end. Index: Nunit.Jedi.nunit =================================================================== RCS file: /cvsroot/jedidotnet/main/Nunit/Nunit.Jedi.nunit,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Nunit.Jedi.nunit 24 Nov 2004 10:35:10 -0000 1.1 --- Nunit.Jedi.nunit 24 Nov 2004 15:19:11 -0000 1.2 *************** *** 4,7 **** --- 4,8 ---- <assembly path="Nunit.Jedi.Text.dll" /> <assembly path="Nunit.Jedi.Persistence.dll" /> + <assembly path="Nunit.Jedi.Core.dll" /> </Config> </NUnitProject> \ No newline at end of file --- NEW FILE: Nunit.Jedi.Core.bdsproj --- (This appears to be a binary file; contents omitted.) Index: Nunit.Jedi.Results.xml =================================================================== RCS file: /cvsroot/jedidotnet/main/Nunit/Nunit.Jedi.Results.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Nunit.Jedi.Results.xml 24 Nov 2004 10:35:10 -0000 1.1 --- Nunit.Jedi.Results.xml 24 Nov 2004 15:19:10 -0000 1.2 *************** *** 1,20 **** <?xml version="1.0" encoding="utf-8" standalone="no"?> <!--This file represents the results of running a test suite--> ! <test-results name="F:\Programming\JEDI\JediDotNet\main\Nunit\Nunit.Jedi.nunit" total="66" failures="0" not-run="0" date="24-11-2004" time="11:14"> <test-suite name="F:\Programming\JEDI\JediDotNet\main\Nunit\Nunit.Jedi.nunit" success="True" time="0,875" asserts="0"> <results> ! <test-suite name="F:\Programming\JEDI\JediDotNet\main\Nunit\Nunit.Jedi.Persistence.dll" success="True" time="0,390625" asserts="0"> <results> ! <test-suite name="Nunit" success="True" time="0,390625" asserts="0"> <results> ! <test-suite name="Jedi" success="True" time="0,390625" asserts="0"> <results> ! <test-suite name="IO" success="True" time="0,375" asserts="0"> <results> ! <test-suite name="PathHandling" success="True" time="0,375" asserts="0"> <results> ! <test-suite name="Manipulations" success="True" time="0,09375" asserts="0"> <results> ! <test-case name="Nunit.Jedi.IO.PathHandling.Manipulations.CombineTenPaths" executed="True" success="True" time="0.016" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Manipulations.CombineTwo" executed="True" success="True" time="0.000" asserts="3" /> <test-case name="Nunit.Jedi.IO.PathHandling.Manipulations.CombineTwoAbsolutePaths" executed="True" success="True" time="0.000" asserts="3" /> --- 1,46 ---- <?xml version="1.0" encoding="utf-8" standalone="no"?> <!--This file represents the results of running a test suite--> ! <test-results name="F:\Programming\JEDI\JediDotNet\main\Nunit\Nunit.Jedi.nunit" total="72" failures="0" not-run="0" date="24-11-2004" time="16:12"> <test-suite name="F:\Programming\JEDI\JediDotNet\main\Nunit\Nunit.Jedi.nunit" success="True" time="0,875" asserts="0"> <results> ! <test-suite name="F:\Programming\JEDI\JediDotNet\main\Nunit\Nunit.Jedi.Core.dll" success="True" time="0,078125" asserts="0"> <results> ! <test-suite name="NUnit" success="True" time="0,078125" asserts="0"> <results> ! <test-suite name="Jedi" success="True" time="0,078125" asserts="0"> <results> ! <test-suite name="System" success="True" time="0,0625" asserts="0"> <results> ! <test-suite name="AttributeUtils" success="True" time="0,0625" asserts="0"> <results> ! <test-case name="NUnit.Jedi.System.AttributeUtils.Combine_Add" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="NUnit.Jedi.System.AttributeUtils.Combine_AddAndReplace" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="NUnit.Jedi.System.AttributeUtils.Combine_Delete" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="NUnit.Jedi.System.AttributeUtils.Combine_Replace" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="NUnit.Jedi.System.AttributeUtils.RetrieveAttributeByInstance" executed="True" success="True" time="0.000" asserts="4" /> ! <test-case name="NUnit.Jedi.System.AttributeUtils.RetrieveAttributeByType" executed="True" success="True" time="0.000" asserts="2" /> ! </results> ! </test-suite> ! </results> ! </test-suite> ! </results> ! </test-suite> ! </results> ! </test-suite> ! </results> ! </test-suite> ! <test-suite name="F:\Programming\JEDI\JediDotNet\main\Nunit\Nunit.Jedi.Persistence.dll" success="True" time="0,328125" asserts="0"> ! <results> ! <test-suite name="Nunit" success="True" time="0,328125" asserts="0"> ! <results> ! <test-suite name="Jedi" success="True" time="0,3125" asserts="0"> ! <results> ! <test-suite name="IO" success="True" time="0,3125" asserts="0"> ! <results> ! <test-suite name="PathHandling" success="True" time="0,3125" asserts="0"> ! <results> ! <test-suite name="Manipulations" success="True" time="0,03125" asserts="0"> <results> ! <test-case name="Nunit.Jedi.IO.PathHandling.Manipulations.CombineTenPaths" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Manipulations.CombineTwo" executed="True" success="True" time="0.000" asserts="3" /> <test-case name="Nunit.Jedi.IO.PathHandling.Manipulations.CombineTwoAbsolutePaths" executed="True" success="True" time="0.000" asserts="3" /> *************** *** 25,32 **** <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.DeepRootedPath" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.DeepVolumeRootedPath" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.HasDottedFolderName" executed="True" success="True" time="0.016" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.InvalidRelativePathUpLevel" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.InvalidVolumeRoot" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.RelativePath" executed="True" success="True" time="0.016" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.RelativePathUpLevel" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.RelativePathUpTwoLevels" executed="True" success="True" time="0.000" asserts="1" /> --- 51,58 ---- <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.DeepRootedPath" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.DeepVolumeRootedPath" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.HasDottedFolderName" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.InvalidRelativePathUpLevel" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.InvalidVolumeRoot" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.RelativePath" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.RelativePathUpLevel" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.Normalize.RelativePathUpTwoLevels" executed="True" success="True" time="0.000" asserts="1" /> *************** *** 42,55 **** </results> </test-suite> ! <test-suite name="ValidityChecks" success="True" time="0,140625" asserts="0"> <results> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.DeepRootedPath" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.DeepVolumeRootedPath" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.HasDottedFolderName" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.InvalidRelativePathUpLevel" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.InvalidVolumeRoot" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.RelativePath" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.RelativePathUpLevel" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.RelativePathUpTwoLevels" executed="True" success="True" time="0.016" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.RelativePathUpTwoLevelsSep" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.StartWithThisPath" executed="True" success="True" time="0.000" asserts="1" /> --- 68,81 ---- </results> </test-suite> ! <test-suite name="ValidityChecks" success="True" time="0,125" asserts="0"> <results> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.DeepRootedPath" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.DeepVolumeRootedPath" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.HasDottedFolderName" executed="True" success="True" time="0.016" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.InvalidRelativePathUpLevel" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.InvalidVolumeRoot" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.RelativePath" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.RelativePathUpLevel" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.RelativePathUpTwoLevels" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.RelativePathUpTwoLevelsSep" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="Nunit.Jedi.IO.PathHandling.ValidityChecks.StartWithThisPath" executed="True" success="True" time="0.000" asserts="1" /> *************** *** 68,82 **** </results> </test-suite> ! <test-suite name="F:\Programming\JEDI\JediDotNet\main\Nunit\Nunit.Jedi.Text.dll" success="True" time="0,46875" asserts="0"> <results> ! <test-suite name="NUnit" success="True" time="0,453125" asserts="0"> <results> ! <test-suite name="Jedi" success="True" time="0,453125" asserts="0"> <results> ! <test-suite name="Strings" success="True" time="0,453125" asserts="0"> <results> <test-suite name="Manipulations" success="True" time="0,03125" asserts="0"> <results> ! <test-case name="NUnit.Jedi.Strings.Manipulations.ExpandTabs" executed="True" success="True" time="0.016" asserts="6" /> <test-case name="NUnit.Jedi.Strings.Manipulations.RemoveDuplicates" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="NUnit.Jedi.Strings.Manipulations.Repeat" executed="True" success="True" time="0.000" asserts="3" /> --- 94,108 ---- </results> </test-suite> ! <test-suite name="F:\Programming\JEDI\JediDotNet\main\Nunit\Nunit.Jedi.Text.dll" success="True" time="0,4375" asserts="0"> <results> ! <test-suite name="NUnit" success="True" time="0,421875" asserts="0"> <results> ! <test-suite name="Jedi" success="True" time="0,421875" asserts="0"> <results> ! <test-suite name="Strings" success="True" time="0,421875" asserts="0"> <results> <test-suite name="Manipulations" success="True" time="0,03125" asserts="0"> <results> ! <test-case name="NUnit.Jedi.Strings.Manipulations.ExpandTabs" executed="True" success="True" time="0.000" asserts="6" /> <test-case name="NUnit.Jedi.Strings.Manipulations.RemoveDuplicates" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="NUnit.Jedi.Strings.Manipulations.Repeat" executed="True" success="True" time="0.000" asserts="3" /> *************** *** 104,108 **** </results> </test-suite> ! <test-suite name="Substrings" success="True" time="0,125" asserts="0"> <results> <test-case name="NUnit.Jedi.Strings.Substrings.AfterLastMultipleDelimiters" executed="True" success="True" time="0.000" asserts="4" /> --- 130,134 ---- </results> </test-suite> ! <test-suite name="Substrings" success="True" time="0,109375" asserts="0"> <results> <test-case name="NUnit.Jedi.Strings.Substrings.AfterLastMultipleDelimiters" executed="True" success="True" time="0.000" asserts="4" /> *************** *** 112,128 **** <test-case name="NUnit.Jedi.Strings.Substrings.BeforeLastMultipleDelimiters" executed="True" success="True" time="0.000" asserts="4" /> <test-case name="NUnit.Jedi.Strings.Substrings.BeforeLastSingleDelimiter" executed="True" success="True" time="0.000" asserts="5" /> ! <test-case name="NUnit.Jedi.Strings.Substrings.BeforeMultipleDelimiters" executed="True" success="True" time="0.016" asserts="4" /> <test-case name="NUnit.Jedi.Strings.Substrings.BeforeSingleDelimiter" executed="True" success="True" time="0.000" asserts="5" /> <test-case name="NUnit.Jedi.Strings.Substrings.Left" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="NUnit.Jedi.Strings.Substrings.Mid" executed="True" success="True" time="0.016" asserts="1" /> <test-case name="NUnit.Jedi.Strings.Substrings.Right" executed="True" success="True" time="0.000" asserts="1" /> </results> </test-suite> ! <test-suite name="TabSet" success="True" time="0,078125" asserts="0"> <results> <test-case name="NUnit.Jedi.Strings.TabSet.AddingTabs" executed="True" success="True" time="0.000" asserts="53" /> <test-case name="NUnit.Jedi.Strings.TabSet.CloneAndEqual" executed="True" success="True" time="0.000" asserts="6" /> <test-case name="NUnit.Jedi.Strings.TabSet.ConvertToString" executed="True" success="True" time="0.000" asserts="4" /> ! <test-case name="NUnit.Jedi.Strings.TabSet.RemovingTabs" executed="True" success="True" time="0.016" asserts="245" /> <test-case name="NUnit.Jedi.Strings.TabSet.SimpleTabulation" executed="True" success="True" time="0.000" asserts="5" /> <test-case name="NUnit.Jedi.Strings.TabSet.SpecifiedTabsWithAutoDefault" executed="True" success="True" time="0.000" asserts="52" /> --- 138,154 ---- <test-case name="NUnit.Jedi.Strings.Substrings.BeforeLastMultipleDelimiters" executed="True" success="True" time="0.000" asserts="4" /> <test-case name="NUnit.Jedi.Strings.Substrings.BeforeLastSingleDelimiter" executed="True" success="True" time="0.000" asserts="5" /> ! <test-case name="NUnit.Jedi.Strings.Substrings.BeforeMultipleDelimiters" executed="True" success="True" time="0.000" asserts="4" /> <test-case name="NUnit.Jedi.Strings.Substrings.BeforeSingleDelimiter" executed="True" success="True" time="0.000" asserts="5" /> <test-case name="NUnit.Jedi.Strings.Substrings.Left" executed="True" success="True" time="0.000" asserts="1" /> ! <test-case name="NUnit.Jedi.Strings.Substrings.Mid" executed="True" success="True" time="0.000" asserts="1" /> <test-case name="NUnit.Jedi.Strings.Substrings.Right" executed="True" success="True" time="0.000" asserts="1" /> </results> </test-suite> ! <test-suite name="TabSet" success="True" time="0,0625" asserts="0"> <results> <test-case name="NUnit.Jedi.Strings.TabSet.AddingTabs" executed="True" success="True" time="0.000" asserts="53" /> <test-case name="NUnit.Jedi.Strings.TabSet.CloneAndEqual" executed="True" success="True" time="0.000" asserts="6" /> <test-case name="NUnit.Jedi.Strings.TabSet.ConvertToString" executed="True" success="True" time="0.000" asserts="4" /> ! <test-case name="NUnit.Jedi.Strings.TabSet.RemovingTabs" executed="True" success="True" time="0.000" asserts="245" /> <test-case name="NUnit.Jedi.Strings.TabSet.SimpleTabulation" executed="True" success="True" time="0.000" asserts="5" /> <test-case name="NUnit.Jedi.Strings.TabSet.SpecifiedTabsWithAutoDefault" executed="True" success="True" time="0.000" asserts="52" /> |