trying to resolve the test non existance problem2
continuous-integration/drone/push Build is failing Details

master
cedric.charbonnel 2 years ago
parent c5e9d75182
commit 04cfa0b3c7

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<DataToPersist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/LOLAPP.DataContractPersistance">
<champ xmlns:d2p1="http://schemas.datacontract.org/2004/07/LOLAPP.Modele" z:Id="2" z:Size="1">
<d2p1:Champion z:Id="3">
<d2p1:Abilities z:Id="4" z:Size="1">
<d2p1:Ability z:Id="5">
<d2p1:Name z:Id="6">Broken Wings</d2p1:Name>
</d2p1:Ability>
</d2p1:Abilities>
<d2p1:Name z:Id="7">Riven</d2p1:Name>
</d2p1:Champion>
</champ>
<strat xmlns:d2p1="http://schemas.datacontract.org/2004/07/LOLAPP.Modele" z:Id="8" z:Size="1">
<d2p1:Strategie z:Id="9">
<d2p1:Champions z:Id="10" z:Size="1">
<d2p1:Champion z:Ref="3" i:nil="true" />
</d2p1:Champions>
<d2p1:Name z:Id="11">Broken</d2p1:Name>
</d2p1:Strategie>
</strat>
</DataToPersist>

@ -12,7 +12,7 @@ namespace Tests
string description = "Description de la stratégie";
var champions = new List<Champion>
{
new Champion("Champion 1", "Titre 1", "Image 1"),
new Champion("Champion 1", "Titre 1", "Image 1")
new Champion("Champion 2", "Titre 2", "Image 2")
new Champion("Champion 3", "Titre 3", "Image 3")
new Champion("Champion 4", "Titre 4", "Image 4")

Loading…
Cancel
Save