aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Tests
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-03 23:55:35 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-03 23:55:35 +0000
commit6bd3b3b4516fcf18ed93bf0e27283117c34e59af (patch)
tree22b4db27479d8e7ec839e55af83067b17f94b828 /Aggregator/Tests
parentd18b5e9f7c90bf8b24146cff2eabf605889b4e38 (diff)
downloadnewsaggregator-6bd3b3b4516fcf18ed93bf0e27283117c34e59af.tar.gz
newsaggregator-6bd3b3b4516fcf18ed93bf0e27283117c34e59af.tar.bz2
newsaggregator-6bd3b3b4516fcf18ed93bf0e27283117c34e59af.zip
Changed namespace to have prepended Aggregator namespace
This is for distinction
Diffstat (limited to 'Aggregator/Tests')
-rw-r--r--Aggregator/Tests/DownloadTests.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Aggregator/Tests/DownloadTests.cs b/Aggregator/Tests/DownloadTests.cs
index b45adc9..fd647b2 100644
--- a/Aggregator/Tests/DownloadTests.cs
+++ b/Aggregator/Tests/DownloadTests.cs
@@ -1,11 +1,11 @@
using System;
using System.Xml;
using System.Xml.Linq;
-using Classes;
-using Parser;
+using Aggregator.Classes;
+using Aggregator.Parser;
using Xunit;
-namespace Tests {
+namespace Aggregator.Tests {
public class DownloadTests {
[Fact]
public void Test_DownloadXMLSync() {