Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 27aa66b5

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

re #9037 Fixing json parser tests to work w/ IDataDownloader

Zobrazit rozdíly:

Server/ServerApp/Program.cs
35 35
        static void Main(string[] args)
36 36
        {
37 37
            XmlConfigurator.Configure();
38
            // SETUP FOLDERS
39
            Config config = FillConfigInfo(args);
38

  
39
			// SETUP FOLDERS
40
			Config config = FillConfigInfo(args);
40 41
			if (config == null)
41 42
			{
42 43
				Console.ReadLine();
......
46 47
			// data download test
47 48
			DataDownloader dd = DataDownloadAndRetrievalTest(config);
48 49

  
50

  
49 51
			// xml building test
50 52
			//XMLTest();
51 53

  
......
68 70
			inputThread.Start();
69 71

  
70 72
			// connection test
71
			ConnectionTest(controller, config);
73
			//ConnectionTest(controller, config);
72 74

  
73 75
			Console.ReadLine();
74 76
        }

Také k dispozici: Unified diff