changeset 134:2ba976993b66

modifying since/till versions of testcases in CliClientDBModificationsSmokeTest
author Jana Fabrikova <jfabriko@redhat.com>
date Mon, 02 Dec 2013 15:49:06 +0100
parents ddc240382616
children cdd62284c125
files ChangeLog src/org/thermostat/qa/testsuites/CliClientDBModificationsSmokeTest.java
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 02 15:21:54 2013 +0100
+++ b/ChangeLog	Mon Dec 02 15:49:06 2013 +0100
@@ -1,3 +1,10 @@
+2013-12-02  Jana Fabrikova  <jfabriko@redhat.com>
+
+	* src/org/thermostat/qa/testsuites/CliClientDBModificationsSmokeTest.java:
+	modifying the annotations TillVersion(0.18.1) and SinceVersion(1.0.0)
+	of methods (testAddVMAndSeeItInShellTest) and (testAddVMAndSeeItInShellTest2)
+	to TillVersion(0.18.0) and SinceVersion(0.18.1)
+
 2013-12-02  Jana Fabrikova  <jfabriko@redhat.com>
 
 	* src/org/thermostat/qa/testsuites/GuiHostViewSmokeTest.java:
--- a/src/org/thermostat/qa/testsuites/CliClientDBModificationsSmokeTest.java	Mon Dec 02 15:21:54 2013 +0100
+++ b/src/org/thermostat/qa/testsuites/CliClientDBModificationsSmokeTest.java	Mon Dec 02 15:49:06 2013 +0100
@@ -92,7 +92,7 @@
      * @throws IOException
      * @throws AWTException
      */
-    @TillVersion("0.18.1")
+    @TillVersion("0.18.0")
     public void testAddVMAndSeeItInShellTest() throws IOException, AWTException {
         // start storage
         startStorage();
@@ -170,7 +170,7 @@
      * @throws IOException
      * @throws AWTException
      */
-    @SinceVersion("1.1.0")
+    @SinceVersion("0.18.1")
     public void testAddVMAndSeeItInShellTest2() throws IOException, AWTException {
         // start storage
         startStorage();