Commit Graph

1114 Commits

Author SHA1 Message Date
Jonatan Kronqvist
82033e827f Support long in state again (#13692)
The fix to #9379 broke the support for long type fields in state classes. This
patch bypasses the unboxing of long values and adds the @UnsafeNativeLong annotation
to the methods which may fetch and return (without modifying) long values.

SerializerTest is extended to test the different data types in States.

Change-Id: I29fd2c6af13cd9a0d29ecb1444ed9eb8a2b013e3
2014-05-12 12:05:18 +00:00
Artur Signell
466883b2fa Convert test to TB4 to be compatible with Tomcat proxy test
Change-Id: Iab049f9036c1e2efcd1445cd7691a93af1210ff0
2014-05-11 07:03:48 +00:00
Artur Signell
35c174cfe6 Re-apply old change which was excluded from master
The merge script was faulty between May and June 2013 and merged changes
individually from both 7.0 and 7.1 to master. In the case that a commit from
7.0 was merged right before there was a "Merge: no" commit in 7.1, the changes
between the "Merge: no" commit and the previous merge point from 7.1 to master was
potentially never merged (the whole chain was merged as a no-op).

The only affected change seems to be

0a437a5 Revert "Replaced css inject hack in TestUtils with Page.Styles.add() #11798"
b008768 Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834)

The former one is re-applied in this commit, the latter one has been verified to be in
the master branch

Change-Id: If0cd75d75fdfc8893ac501aab2a0be1b55b09dcc
2014-05-09 11:13:45 +00:00
Teemu Suo-Anttila
097048762a Update ErrorIndicator test from TB2 to TB4
Change-Id: Ia5755dd476411d51415afb9bbd20ade91e3a23f4
2014-05-09 09:14:08 +00:00
Antti Tanhuanpää
1cf11f8432 Resize PopupView's overlay on content resize (#13666)
Change-Id: Iad410f26ed7f20bb03f15c46673f6f18081261d9
2014-05-09 09:13:56 +00:00
Juuso Valli
2ecdf7e517 Fix table focusing when scrolled from the server (#10522)
Change-Id: Ib18a60ae7e41af8c6c119e5b2e12e4fd5bf1069c
2014-05-09 06:41:44 +00:00
Johannes Dahlström
f21c10882e Fix improper merge of 3d0ff32b from 7.1 to master (#13620)
Correctly call PushConnection.disconnect instead of setting to null.
Also remove the obsolete PushHandler.disconnectCallback.

Change-Id: Ied055d489a269b016318947cd89cf0b46003c596
2014-05-08 17:36:22 +00:00
Jonatan Kronqvist
3184af5ac1 Convert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures.
Change-Id: Ib36917246fce3f051b61a979289c9bce23b1bf82
2014-05-08 12:59:26 +00:00
Jonatan Kronqvist
b136dd595e Convert the AccordionClipsContent test to TB4 to avoid false failures.
Change-Id: Iced9219e8cd3172c53af286c4b644b04f00041c2
2014-05-08 12:57:21 +00:00
Manolo Carrasco
0b8545e487 DevelopmentServletLoader: Reload servlet container
- Add a couple of parameters in order make jetty context
  reload whenever a class is modified.
- Remove deprecated SSL API calls.

Change-Id: I737fb92e78ce5573a4473639f25fcdad606f3c55
2014-05-06 06:21:45 +00:00
Teemu Suo-Anttila
498df1e391 Fix DisabledDateFieldPopup test
Change-Id: I27f43e5bed2a0ebc0f04a1a83c922de42fb1a3c5
2014-05-05 14:02:13 +00:00
Jonatan Kronqvist
0745a29a95 Merge changes from origin/7.2 into master
Conflicts:
	build.properties
	client/src/com/vaadin/client/ApplicationConnection.java
	client/src/com/vaadin/client/extensions/ResponsiveConnector.java
	server/src/com/vaadin/server/Responsive.java

Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
2014-05-05 11:43:28 +03:00
Teemu Pöntelin
2efe580cb8 Fast-forward DateField only with left mouse button (#8012)
Change-Id: Ib21c650feeed1ca584b2aeefb6c694e73e12b90d
2014-05-04 17:12:54 +03:00
Artur Signell
9c1501a5d3 Merge changes from origin/7.2
08b0589 Refactored TimeoutRedirectResetsOnActivity tests.

Conflicts:
	uitest/src/com/vaadin/tests/components/ui/TimeoutRedirectResetsOnActivityTest.java

Change-Id: Id2dc47cb5396a24c97a2689c1412b29a421ac400
2014-05-02 11:06:33 +03:00
Artur Signell
2cd5d4f143 Merge changes from origin/7.2
15e24ec Fix too wide Table columns while sorting from init (#13517)
a86798c Fix ScreenshotTB3Test removing reference images

Change-Id: Iec1c2caceb99a6c8cfad9a0911d4a9cd7a23db36
2014-05-02 09:08:13 +03:00
Denis Anisimov
c98286e22c Set explicit left alignment instead of removing text-align style (#13399).
Change-Id: I3407555739ff443055e2e61aa14327d44a65cd8e
2014-04-30 12:58:06 +00:00
Johannes Dahlström
a3311d8135 Prevent scroll position reset on GridLayout hierarchy change (#13386)
State change handling by default clears measured size if the size is set
to undefined; this would cause GridLayout to shrink to zero size because
its child cells have position: absolute. The layout phase recomputes the
size, but in some cases the browser reflows first, affecting the scroll
position of the layout parent. This patch prevents GridLayout from
clearing once-computed sizes during state change.

Change-Id: Id6e066c3ea360083d16d3fcc5c6d7d4bb6cea8b7
2014-04-29 12:00:09 +00:00
Teemu Suo-Anttila
98be6b1978 Replace DragStartModes TB2 test with TB3 test
Change-Id: Ief8c36aeeff2026b4beb7d73ab61f13721a2fd4f
2014-04-29 10:51:33 +00:00
Denis Anisimov
43a2943572 Avoid client side exception on DnD for empty table (#13655).
Change-Id: I71c18e87760ecbff34cfe215f56390fd75f3e55c
2014-04-28 16:50:08 +00:00
Teemu Suo-Anttila
0897607042 Fix ComboBox cleared suggestion popup on ItemSetChange (#13635)
Change-Id: I77285e17819daf1b8328a8aea6d62a6b6b53510c
2014-04-28 12:53:27 +00:00
Juuso Valli
813559e82a Fix Table width calculation when adding the first item (#13592)
Change-Id: I328dd83cac0cc6ba08fa32a1227f10ece9b52d6f
2014-04-28 12:46:13 +00:00
mtzukanov
c8bc4d754c Fix ComboBox popup scrolling when paging disabled (#13488)
Added pagelength == 0 conditions on scroll and hasNextPage.

Change-Id: I42c0eb56d42cc54ff57a6bc6b9eee2f6734315bb
2014-04-25 15:34:56 +00:00
Markus Koivisto
6a67b0bf60 Fix TextArea with enter keyboard shortcut (#12424)
When a keyboardshortcut has been added to anywhere on the page,
the previous behaviour would cause the keyboardshortcut event to
be processeed before the newline was processed. The end result
was that newlines were never added when typing in the TextArea.

Keyboard shortcuts operate on KeyDown events. By adding a listener
for these events and stopping their propagation when the ENTER key
is pressed, this unwanted behaviour can be averted, and the user
can enter multi-line text in a TextArea even when Enter is used as
a keyboard shortcut.

Obviously, this means that the keyboard shortcut will not work as
long as the TextArea widget has focus. This is the new intended
behaviour.

Change-Id: Ied438acb8589df498e5634271e486517bf6ac41e
2014-04-25 14:10:24 +00:00
Teemu Suo-Anttila
f70a5674d9 Update uitest/ivy.xml to use TestBench 4.0.0.alpha1 (#13625)
Change-Id: I141ffe924bb404bc282a6c7c81e5203a7c5cfda0
2014-04-25 13:08:41 +00:00
Denis Anisimov
6b6863fb45 Apply layout after remove tab in Accordion (#11366, #13423)
Change-Id: Ia56729d2d533697bea78bdb1de6b2710e166893a
2014-04-25 12:09:35 +00:00
Juuso Valli
2cfa64db4f Fix Table.sort(...) to update the sort indicator (#8978)
Change-Id: I2df7de7648a8a311a913267ef0d0d0e57f52f19d
2014-04-25 07:39:24 +00:00
Artur Signell
a32a15c645 Disable test which changes global behavior of the servlet
Change-Id: Ia9249d76e12217089d9214573a4363fdde94d1e4
2014-04-24 11:45:23 +00:00
Artur Signell
0a5eeeca64 Support running tests on PhantomJS
Change-Id: I32bda24fbb8a104a9867b7889a74d3c159bbf516
2014-04-23 21:08:08 +03:00
Artur Signell
2c8c29e68b Update remaining copyright years to 2014
Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
2014-04-23 21:04:14 +03:00
Artur Signell
af3b9c6075 Merge changes from origin/7.1
9c29442 Replace SelectionRangeDragging TB2 test with TB3 test
9fa230d Avoid eagerly layouting from VScrollTable.updateFromUIDL (#13188)

Change-Id: I4f1395a13e8b1eae44a0030a3679475a3db9160a
2014-04-23 20:53:03 +03:00
Artur Signell
e2db3e777a Merge changes from origin/7.1
e77e73c Update copyright year to 2014

Conflicts:
	client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java
	client/src/com/vaadin/client/ApplicationConnection.java
	server/src/com/vaadin/data/util/converter/StringToNumberConverter.java
	shared/src/com/vaadin/shared/ui/ui/PageState.java
	shared/src/com/vaadin/shared/ui/window/WindowState.java
	theme-compiler/src/com/vaadin/sass/SassCompiler.java
	theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.java
	theme-compiler/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluator.java
	theme-compiler/src/com/vaadin/sass/internal/expression/BinaryExpression.java
	theme-compiler/src/com/vaadin/sass/internal/expression/BinaryOperator.java
	theme-compiler/src/com/vaadin/sass/internal/expression/exception/ArithmeticException.java
	theme-compiler/src/com/vaadin/sass/internal/expression/exception/IncompatibleUnitsException.java
	theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandler.java
	theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandlerImpl.java
	theme-compiler/src/com/vaadin/sass/internal/handler/SCSSErrorHandler.java
	theme-compiler/src/com/vaadin/sass/internal/parser/CharStream.java
	theme-compiler/src/com/vaadin/sass/internal/parser/Generic_CharStream.java
	theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java
	theme-compiler/src/com/vaadin/sass/internal/parser/LocatorImpl.java
	theme-compiler/src/com/vaadin/sass/internal/parser/MediaListImpl.java
	theme-compiler/src/com/vaadin/sass/internal/parser/ParseException.java
	theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
	theme-compiler/src/com/vaadin/sass/internal/parser/ParserConstants.java
	theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java
	theme-compiler/src/com/vaadin/sass/internal/parser/SCSSLexicalUnit.java
	theme-compiler/src/com/vaadin/sass/internal/parser/SCSSParseException.java
	theme-compiler/src/com/vaadin/sass/internal/parser/SelectorListImpl.java
	theme-compiler/src/com/vaadin/sass/internal/parser/Selectors.java
	theme-compiler/src/com/vaadin/sass/internal/parser/ThrowedParseException.java
	theme-compiler/src/com/vaadin/sass/internal/parser/Token.java
	theme-compiler/src/com/vaadin/sass/internal/parser/TokenMgrError.java
	theme-compiler/src/com/vaadin/sass/internal/resolver/ClassloaderResolver.java
	theme-compiler/src/com/vaadin/sass/internal/resolver/FilesystemResolver.java
	theme-compiler/src/com/vaadin/sass/internal/resolver/ScssStylesheetResolver.java
	theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java
	theme-compiler/src/com/vaadin/sass/internal/selector/SelectorUtil.java
	theme-compiler/src/com/vaadin/sass/internal/tree/BlockNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ExtendNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ForNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/FunctionNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ImportNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ListContainsNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ListModifyNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ListRemoveNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/MediaNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/MicrosoftRuleNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/MixinDefNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/MixinNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/NestPropertiesNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/Node.java
	theme-compiler/src/com/vaadin/sass/internal/tree/RuleNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/SimpleNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/VariableNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/EachDefNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfElseDefNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfNode.java
	theme-compiler/src/com/vaadin/sass/internal/util/ColorUtil.java
	theme-compiler/src/com/vaadin/sass/internal/util/DeepCopy.java
	theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayInputStream.java
	theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayOutputStream.java
	theme-compiler/src/com/vaadin/sass/internal/util/StringUtil.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/BlockNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/EachNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/ExtendNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/IfElseNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/ImportNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/MixinNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/NestedNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/VariableNodeHandler.java
	theme-compiler/tests/src/com/vaadin/sass/AbstractTestBase.java
	theme-compiler/tests/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluatorTest.java
	theme-compiler/tests/src/com/vaadin/sass/parser/ParserTest.java
	theme-compiler/tests/src/com/vaadin/sass/resolvers/VaadinResolverTest.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/css/Interpolation.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/css/Selectors.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AbstractDirectoryScanningSassTests.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AutomaticSassTests.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Comments.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ControlDirectives.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Extends.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Functions.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Imports.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Mixins.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/NestedProperties.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Nesting.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentImports.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentSelector.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTests.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTestsBroken.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassTestRunner.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Variables.java
	theme-compiler/tests/src/com/vaadin/sass/tree/ImportNodeTest.java
	uitest/src/com/vaadin/tests/push/BasicPushTest.java
	uitest/src/com/vaadin/tests/push/PushConfigurationTest.java
	uitest/src/com/vaadin/tests/push/PushReconnectTest.java

Change-Id: Ic08c4f9aecd4c684ce74408de4e0b0d0ff617273
2014-04-23 20:52:07 +03:00
Artur Signell
41cb27e85f Merge changes from origin/7.1
0d4080b ContainerEventProvider returns style names from container. Fixes #10718
6e91bdf Add test for TransactionalPropertyWrapper memory leaks
f0aaf89 Fixed resetting of ComboBox if focused and new items allowed (#13413).
e033fcd Always initialize WebBrowser for new sessions (#13571)
168de1f Revert "Drag image for text-area should contain text of text-area (#13557)"
35e2a34 Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)
7e5d44d Introduce a drag threshold for Drag and Drop (#13381)
f227f0c Drag image for text-area should contain text of text-area (#13557).

Change-Id: Idb01471f8ab0c7118fa884c364e6bc200d13948a
2014-04-23 20:45:39 +03:00
Juuso Valli
eeb956bc64 Add caching support for PublishedFileHandler (#13574)
Add caching support for PublishedFileHandler similar to VaadinServlet.
Testing is done manually as browser caching is difficult to develop
tests for.

Change-Id: I314745766c9feb60758547dba77eb9e13976ce91
2014-04-23 11:06:37 +00:00
Tomi Virtanen
9fa230d416 Avoid eagerly layouting from VScrollTable.updateFromUIDL (#13188)
Closing a modal sub-window at the same time when TreeTable item is
removed, caused the detached Window being re-opened by
WindowConnector.postLayout() call.

This change adds a check in postLayout: continue operation only if the
window is attached to DOM. Or else, log a warning message about the
invalid postLayout call. Another change is in TreeTableConnector and
VScrollTable to disallow Util.notifyParentOfSizeChange(Widget, boolean)
with a boolean 'false' argument, when rendering is in progress. 'false'
causes an immediate LayoutManager.layoutNow() call, which is the main
reason for this issue.

Change-Id: I6f3e331b0feff9e7814ae1d749f6f7812dcd49ac
2014-04-17 08:07:23 +00:00
Denis Anisimov
9bdf3f1288 Use getChildComponents in PopupView instead of getChildren (#13503)
Change-Id: Ifd155376804e2403c55a115186df2b2c1c673334
2014-04-16 12:45:20 +00:00
Build Agent
4015bd18e0 Merge changes from origin/7.1
08b0589 Refactored TimeoutRedirectResetsOnActivity tests.
5057c59 Added integration test for WebSphere Portal. (#13309)

Change-Id: I50c8a8f6513679dca611889b43782d6ee6089d6c
2014-04-16 15:09:26 +03:00
Teemu Suo-Anttila
9c29442be7 Replace SelectionRangeDragging TB2 test with TB3 test
Change-Id: Ic60e13b94e550c0457649ef093c8d6269a7efa19
2014-04-16 11:43:05 +00:00
Sauli Tähkäpää
202514e6c0 Merge commit '591996b' into 7.2
Conflicts:
	build.properties

Change-Id: Ie3cf9bd0af8aba7debf4626d2db77afea37e7cb3
2014-04-16 14:19:11 +03:00
Artur Signell
e77e73cf64 Update copyright year to 2014
Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
2014-04-16 11:17:52 +00:00
Denis Anisimov
cfbcaaf213 Drag image for text-area should contain text of text-area (#13557).
Change-Id: I4c3da88e80b5516bc8f6dc0eb8020ca4dcdf43fc
2014-04-15 11:13:43 +00:00
Denis Anisimov
0cb1704336 Disable/enable text field for DateField on setEnable() method (#13124).
Change-Id: I49222e44f75ff228219042360f1764077da1016c
2014-04-15 10:51:06 +00:00
Tapio Aali
f0aaf89c18 Fixed resetting of ComboBox if focused and new items allowed (#13413).
Change-Id: Ibea81666101ff119e1b3e48726224f369e59b00f
2014-04-14 14:50:44 +00:00
Leif Åstrand
e033fcda35 Always initialize WebBrowser for new sessions (#13571)
Change-Id: I3918498d63032f6b507b52634df5b41470363e15
2014-04-14 13:36:31 +00:00
Teemu Suo-Anttila
168de1fefa Revert "Drag image for text-area should contain text of text-area (#13557)"
This reverts commit f227f0c106.

Synchronising content after IE wraps the given element into a table with
a body causes a NullPointerException on client side. 

This patch also contains new API and should be targeted to master branch.

Change-Id: Ia19acd9fa31c7b67507bf797a2bab7c28ea37b4b
2014-04-14 12:05:45 +00:00
Sauli Tähkäpää
487963914e Redo Push reconnect tests.
Change-Id: I75330f67f6a57658e95b9510502bf6a1e38924ad
2014-04-14 11:09:44 +00:00
Jonatan Kronqvist
416e2f97bc Merge branch 'master' into 7.2
72d0aa0 Update Window Javadoc based on 7.2 API review changes
ee203f5 Apply abstract ordered layout settings for replaced component (#13568)
02998d8 Updated Window API based on 7.2 API review
cd94b21 Discourage use of setNeedsLayout while a layout is running (#13542)
f374bc7 Make ComboBox always immediate (#4054)
aec102a Update 3rd party license information (#13449)
013d32d Remove old widget from tab content on replace (#12931).
3d0ff32 Prevent duplicate detach() calls with push (#13261)
a452bad Refactor VaadinPortletRequest extending. (#13551)
55dfd29 Prevent duplicate session destroy events (#12612)
2067d4e Don't allocate unnecessary memory for empty array of Objects in MethodProperty (#10446).
00a9af5 Refactor PushConfigurationTest.

Merge: no

Change-Id: I6563769a77f91a68cfeadcb3306dd71fe431863c
2014-04-14 12:06:05 +03:00
Jonatan Kronqvist
d2e24feb09 Update some APIs based on the 7.2 API review comments
* NotificationConfiguration "helpers" removed from Notification
* NotificationConfiguration methods accept Type instead of style (String)
* Tab.setIconAltText -> Tab.setIconAlternateText
* Remove the two new TabSheet.addTab() methods
* UI.reinit() -> UI.refresh()

Change-Id: I97488e7c6de8cfacc591450d69c821b2973b8707
2014-04-14 11:43:18 +03:00
Denis Anisimov
013d32d60b Remove old widget from tab content on replace (#12931).
Change-Id: I85badfcca18e129b20ab6c5c2db0b845c8c2ea5b
2014-04-10 16:47:40 +00:00
Denis Anisimov
f227f0c106 Drag image for text-area should contain text of text-area (#13557).
Change-Id: Ief653c3f15d18fdd076f0fb80f8a91ae429a54d3
2014-04-10 11:27:24 +00:00
Sauli Tähkäpää
00a9af50f3 Refactor PushConfigurationTest.
Change-Id: Iec0aecc64e16052c522eb831f13cadbd2758ae69
2014-04-10 10:10:51 +00:00