xenadmin/XenAdminTests/XenModelTests
Alexander Schulz 2d1f47c321 Integrade changes from master-7.4 into master (https://github.com/xcp-ng/xenadmin/issues/68)
proper fix: use Path to TestDirectory

https://github.com/nunit/docs/wiki/Breaking-Changes

CurrentDirectory:
No longer set to the directory containing the test assembly. Use TestContext.CurrentContext.TestDirectory to locate that directory.
fix Test CertificateDialogTests

Path to the Cert was build as:
 xenadmin\TestResources\TestDevCertificate.cer

but should be:
 xenadmin\XenAdminTests\TestResources\TestDevCertificate.cer
fix Test TestFailingReaderGeneration

Ionic.BZip2 is throwing an IOException:
System.IO.IOException: 'Not a valid BZip2 stream. byte 0, expected '66', got '-1''
use update.xml in master brach on github (as a first solution)

https://github.com/xcp-ng/xenadmin/issues/29

Do not check for ContainerCapability on XCP-ng, just belive in it :-)

If server is in not licenced, don't show alert icon

Changed SetUp to OneTimeSetup in SetUpFixture

https://github.com/xcp-ng/xenadmin/issues/24

abort, if BUILD_NUMBER environment variable is not set

build automation

Ignore ".vs" folder
splash buildable with Visual Studio Community 2018

https://github.com/xcp-ng/xenadmin/issues/24 Get Tests running

https://github.com/xcp-ng/xenadmin/issues/24 Get Tests running

real world: edition "platinum" has changed to "desktop-plus"

https://github.com/xcp-ng/xenadmin/issues/24 Get Tests running

set culture to "en-EN" to ensure correct parsing

https://github.com/xcp-ng/xenadmin/issues/24 Get Tests running

correct adaption to nunit 3

adapt to nunit 3

adapt path

real world: edition "platinum" has changed to "desktop-plus"

Use Nunit and Moq from NuGet; Adapt tests to Nunit 3

https://github.com/xcp-ng/xenadmin/issues/24 Get Tests running

Fill AssemblyFileVersion

Idea from https://github.com/xcp-ng/xenadmin/issues/17 Show Version in Title

Tidy up Branding/Trademarks/License

https://github.com/xcp-ng/xenadmin/issues/18

Comment unreachable code to be buildable (https://github.com/xcp-ng/xenadmin/issues/14#issuecomment-380041068)

XCP-ng Console should connect to any flavor of XenServer

(cherry picked from commit 7e2342534d75193685139226fcaf89bb365fc706)
2019-02-09 00:43:14 +01:00
..
ActionTests CA-294365: Replaced all references to pool or master except the necessary 2018-08-01 08:27:04 +01:00
ActionTestBase.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
AddressTests.cs CA-303517: In XenCenter, if a VM has more than 1 IP address, it cannot be found using one of its IPs in the search box (#2331) 2018-11-29 09:47:39 +00:00
AreEqual2Tests.cs CA-305383: Do not save unchanged Snapshot Schedule information. (#2352) 2018-12-24 13:24:33 +00:00
CacheTests.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
DestroyPolicyActionTests.cs CA-242134: Remove the VMPP code 2017-05-25 15:37:05 +01:00
DestroyVMTests.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
HostExtensionTests.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
JsonConverterTests.cs Added basic unit tests for the JsonConverters. 2018-02-14 11:10:03 +00:00
PureAsyncActionTests.cs CA-242134: Remove the VMPP code 2017-05-25 15:37:05 +01:00
SessionTests.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
TestAPICallVersions.cs Integrade changes from master-7.4 into master (https://github.com/xcp-ng/xenadmin/issues/68) 2019-02-09 00:43:14 +01:00
TestXenAdminConfigProvider.cs CP-22472: Add new XenCenter metadata file to the server status report: changes following code review 2017-07-03 17:25:04 +01:00
UpgradePoolActionTests.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
VMBuilder.cs Converted remaining extension get and set properties of the API classes to methods 2017-09-05 02:15:38 +01:00
VMExtensionsTests.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
XenModelReferencesTest.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00