diff --git a/bin/InputOutput/InputOutput.class b/bin/InputOutput/InputOutput.class index 7aa4694..a41adec 100644 Binary files a/bin/InputOutput/InputOutput.class and b/bin/InputOutput/InputOutput.class differ diff --git a/bin/testing/Networking_Test.class b/bin/testing/Networking_Test.class index 31ef510..c8e8db6 100644 Binary files a/bin/testing/Networking_Test.class and b/bin/testing/Networking_Test.class differ diff --git a/bin/testing/TestforIO.class b/bin/testing/TestforIO.class index 1d9cb4a..e26a3a5 100644 Binary files a/bin/testing/TestforIO.class and b/bin/testing/TestforIO.class differ diff --git a/bin/testing/ThermostatTest.class b/bin/testing/ThermostatTest.class index 39623c1..8e323b5 100644 Binary files a/bin/testing/ThermostatTest.class and b/bin/testing/ThermostatTest.class differ diff --git a/bin/thermostat/Sensorable.class b/bin/thermostat/Sensorable.class index 9ced7e2..37dff21 100644 Binary files a/bin/thermostat/Sensorable.class and b/bin/thermostat/Sensorable.class differ diff --git a/bin/thermostat/TemperatureSensor.class b/bin/thermostat/TemperatureSensor.class index f7f979f..b5ee731 100644 Binary files a/bin/thermostat/TemperatureSensor.class and b/bin/thermostat/TemperatureSensor.class differ diff --git a/bin/thermostat/ThermostatDevice.class b/bin/thermostat/ThermostatDevice.class index b93b34b..9836434 100644 Binary files a/bin/thermostat/ThermostatDevice.class and b/bin/thermostat/ThermostatDevice.class differ diff --git a/src/testing/DatabaseTest.java b/src/testing/DatabaseTest.java index 4dd8313..061e201 100644 --- a/src/testing/DatabaseTest.java +++ b/src/testing/DatabaseTest.java @@ -25,9 +25,17 @@ public DatabaseTest(){ if(testuser.get("email").equals("herp@derp.com")){ System.out.println("email pass"); } - if(testuser.get("ipaddress").equals("123456789.0")){ - System.out.println("ip pass"); + else{ + System.out.println("user email fail"); + } + + + if(testuser.get("ipaddress").equals("123456789.0")){ + System.out.println("user ip pass"); } + else{ + System.out.println("user ip fail"); + } //if(testuser.get())) }