File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414from springpythontest .securityUserDetailsTestCases import *
1515from springpythontest .securityVoteTestCases import *
1616from springpythontest .securityWebTestCases import *
17+ from springpythontest .unicodeTestCases import *
1718
Original file line number Diff line number Diff line change 1212from springpythontest .securityVoteTestCases import *
1313from springpythontest .securityWebTestCases import *
1414from springpythontest .util_test_cases import *
15+ from springpythontest .unicodeTestCases import *
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <objects xmlns =" http://www.springframework.org/springpython/schema/objects/1.1"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.springframework.org/springpython/schema/objects/1.1
5+ http://springpython.webfactional.com/schema/context/spring-python-context-1.1.xsd" >
6+
7+ <object id =" string_holder_1" class =" springpythontest.support.testSupportClasses.StringHolder" >
8+ <property name =" str" value =" العربية" ></property >
9+ </object >
10+
11+ </objects >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <objects xmlns =" http://www.springframework.org/springpython/schema/objects/1.1"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.springframework.org/springpython/schema/objects/1.1
5+ http://springpython.webfactional.com/schema/context/spring-python-context-1.1.xsd" >
6+
7+ <object id =" foo" class =" springpythontest.support.testSupportClasses.StringHolder" >
8+ <property name =" العربية" >
9+ <value >foo</value >
10+ </property >
11+ </object >
12+
13+
14+ </objects >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <objects xmlns =" http://www.springframework.org/springpython/schema/objects/1.1"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.springframework.org/springpython/schema/objects/1.1
5+ http://springpython.webfactional.com/schema/context/spring-python-context-1.1.xsd" >
6+
7+ <object id =" string_holder_2" class =" springpythontest.support.testSupportClasses.StringHolder" >
8+ <property name =" str" >
9+ <value >العربية</value >
10+ </property >
11+ </object >
12+
13+ </objects >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <objects xmlns =" http://www.springframework.org/springpython/schema/objects/1.1"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.springframework.org/springpython/schema/objects/1.1
5+ http://springpython.webfactional.com/schema/context/spring-python-context-1.1.xsd" >
6+
7+ <object id =" العربية" class =" springpythontest.support.testSupportClasses.StringHolder" >
8+ <property name =" str" >
9+ <value >foo</value >
10+ </property >
11+ </object >
12+
13+
14+ </objects >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <objects xmlns =" http://www.springframework.org/springpython/schema/objects"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.springframework.org/springpython/schema/objects
5+ http://springpython.webfactional.com/schema/context/spring-python-context-1.0.xsd" >
6+
7+ <object id =" user_details_service" class =" springpython.security.userdetails.InMemoryUserDetailsService" >
8+ <property name =" user_dict" >
9+ <dict >
10+ <entry >
11+ <key ><value >العربية</value ></key >
12+ <value >foo</value >
13+ </entry >
14+ </dict >
15+ </property >
16+ </object >
17+
18+
19+ </objects >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <objects xmlns =" http://www.springframework.org/springpython/schema/objects"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.springframework.org/springpython/schema/objects
5+ http://springpython.webfactional.com/schema/context/spring-python-context-1.0.xsd" >
6+
7+ <object id =" user_details_service" class =" springpython.security.userdetails.InMemoryUserDetailsService" >
8+ <property name =" user_dict" >
9+ <dict >
10+ <entry >
11+ <key ><value >foo</value ></key >
12+ <value ><tuple >
13+ <value >العربية</value >
14+ </tuple ></value >
15+ </entry >
16+ </dict >
17+ </property >
18+ </object >
19+
20+ </objects >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <objects xmlns =" http://www.springframework.org/springpython/schema/objects"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.springframework.org/springpython/schema/objects
5+ http://springpython.webfactional.com/schema/context/spring-python-context-1.0.xsd" >
6+
7+ <object id =" user_details_service2" class =" springpython.security.userdetails.InMemoryUserDetailsService" >
8+ <property name =" user_dict" >
9+ <list >
10+ <set >
11+ <value >العربية</value >
12+ </set >
13+ </list >
14+ </property >
15+ </object >
16+
17+ </objects >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <objects xmlns =" http://www.springframework.org/springpython/schema/objects"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.springframework.org/springpython/schema/objects
5+ http://springpython.webfactional.com/schema/context/spring-python-context-1.0.xsd" >
6+
7+ <object id =" user_details_service2" class =" springpython.security.userdetails.InMemoryUserDetailsService" >
8+ <property name =" user_dict" >
9+ <list >
10+ <frozenset >
11+ <value >العربية</value >
12+ </frozenset >
13+ </list >
14+ </property >
15+ </object >
16+
17+ </objects >
You can’t perform that action at this time.
0 commit comments