Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c45404fb

Přidáno uživatelem Alex Konig před více než 3 roky(ů)

re #9037 JsonTests edit

Zobrazit rozdíly:

Server/ServerAppFunctionalTests/ParserTests/JsonParserTesting.cs
306 306
            target.ParsePrediction();
307 307
            WeatherInfo current = target.Current;
308 308

  
309
            Assert.AreEqual(new WeatherInfo(new DateTime(2021, 5, 25, 13, 29, 0), 4, 0, 3.611, ValueToConditions.CloudCoverToConditions(100), 0), current);
309
            Assert.AreEqual(new WeatherInfo(new DateTime(2021, 5, 25, 13, 29, 0), 4, 100, 3.611, ValueToConditions.CloudCoverToConditions(100), 0), current);
310 310
        }
311 311

  
312 312
        [TestMethod]

Také k dispozici: Unified diff