2 new revisions:

Revision: c7d4b0966bdf
Branch:   default
Author:   Tatu Kairi <tatu.ka...@gmail.com>
Date:     Mon Jan 27 12:25:28 2014 UTC
Log:      Fixed typo in test name in a Jasmine test...
http://code.google.com/p/robotframework/source/detail?r=c7d4b0966bdf

Revision: 629d86b78467
Branch:   default
Author:   Tatu Kairi <tatu.ka...@gmail.com>
Date:     Mon Jan 27 12:29:09 2014 UTC
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=629d86b78467

==============================================================================
Revision: c7d4b0966bdf
Branch:   default
Author:   Tatu Kairi <tatu.ka...@gmail.com>
Date:     Mon Jan 27 12:25:28 2014 UTC
Log:      Fixed typo in test name in a Jasmine test

Update issue 1558

Fixed typo in test name in a Jasmine test.
http://code.google.com/p/robotframework/source/detail?r=c7d4b0966bdf

Modified:
 /utest/webcontent/spec/ContainsTag.js

=======================================
--- /utest/webcontent/spec/ContainsTag.js       Fri Jan 24 11:08:45 2014 UTC
+++ /utest/webcontent/spec/ContainsTag.js       Mon Jan 27 12:25:28 2014 UTC
@@ -27,7 +27,7 @@
expect(model.containsTagPattern(['x', 'y'], 'xxORyy')).not.toBeTruthy();
     });

-    it("should find tags combined with OR and NOT", function() {
+    it("should find tags combined with OR and AND", function() {
expect(model.containsTagPattern(['x', 'y'], 'x OR y AND z')).toBeTruthy(); expect(model.containsTagPattern(['x', 'y'], 'z OR y AND x')).toBeTruthy(); expect(model.containsTagPattern(['x', 'y'], 'x AND y OR z')).toBeTruthy();

==============================================================================
Revision: 629d86b78467
Branch:   default
Author:   Tatu Kairi <tatu.ka...@gmail.com>
Date:     Mon Jan 27 12:29:09 2014 UTC
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=629d86b78467


--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to