python3-unittest-xml-reporting-2.1.0-3.1>t  DH`pX́./=„§=-.է8_Qڸ2zb h =.6N9SzhZUuo !7a cpT7Čs:0 ?/d!' + b,08<OXe ~\   D a H Y( t8 |9 : F(G((H(I)X)0Y)4\)@])^+b,c-od-e-f-l-u.v.xw.x/0y/z/Cpython3-unittest-xml-reporting2.1.03.1PyUnit-based test runner with JUnit like XML reportingunittest-xml-reporting is a unittest test runner that can save test results to XML files that can be consumed by a wide range of tools, such as build systems, IDEs and continuous integration servers.X́)lamb70openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://github.com/danielfm/unittest-xml-reporting/tree/master/linuxnoarch !R ;d lH:mA큤A큤A큤A큤A큤X́(X́(X́(X́(W @X́(X́(X́(W W X́(X́(X́(X́(X́(X́(X́(X́(W X́(W X́(X́(X́(W W W W W 1e6d93df6a20a345030fe55f87623667d35b20e1ee46fbc3777dca64967fd76168b329da9893e34099c7d8ad5cb9c94068b329da9893e34099c7d8ad5cb9c9400503cf1c5632e8286465ea2a571b02887f151e79a0d60b4572766ba2896ac381377cde0b4f6b6575a4f19441f1cf4ba095eeba317182de1319d31dc1596a80a9bff5346e68590e2c0930d9a62f7309aef664e775946781c94b03e01dac364f834cbf9e1a17454eec9b1cb1f0a25edc5e9ab290844ae448d4d52c0c3886c12dce5f7bd436245343adc5c70a0afd6823acdacb50020e4839992f7bd8e79dcc3e73d17b555bf8fa6205f6e5977dea88bd9ef01bc65b75c8b9d1985d8fd8561f9b0ad41d8cd98f00b204e9800998ecf8427e33f3033801c51d609ae61deb945ad77260ff8c6bcabf557e353bfcf828df850626271c2c7ccf4e5886f3d143761043e0d6f889b1740ff427f8a7b51d147d8f43a1df31ed9ca5468093b909201dbe6cf5372be5a6ca508afbf2dc0edee33db7fd2ee62453847adc7d033c5a08325f9347rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython3-unittest-xml-reporting-2.1.0-3.1.src.rpmpython3-unittest-xml-reporting@   python(abi)python3-xmlrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.43.0.4-14.0-14.4.6-14.11.2W/*@WVI@U-@T8T@P@arun@gmx.dearun@gmx.dearun@gmx.dearun@gmx.dearun@gmx.dearun@gmx.dep.drouand@gmail.com- specfile: * changed to https for source url * updated source url to files.pythonhosted.org- specfile: * update copyright year * require setuptools - update to version 2.1.0: * Add number of skipped testcases * trivial coverage fix (py26/unittest2 cleanup) * trivial coverage fixup * validate against jenkins/xunit-plugin junit-10.xsd * add test for resultclass. * more coverage for django runner * fix coverage for testsuite.py * fix coverage for setup.py - changes from version 2.0.0: * Float django versions * test multiple reports vs. single report. * Update README.md * use .coveragerc (exclude random stuff from coverage) * use --include rather than --omit for coverage * Add more tests for the django test runner. * travis: try to split build matrix. * pass in an infoclass to resultclass * add resultclass for runner instanciation * coveralls is flaky - ignore result * pep8 / flake8 for test code. * Fix tox.ini - not testing with outdated django * :boom: stop testing 2.6 * :boom: remove unittest2 stuff * :boom: DROP python 2.6 support * add make test * add a makefile... just so I can release more easily - changes from version 1.14.0: * fix coveralls badge * Bump Django deps version * Update Travis configuration to use tox-travis * Use codecov and coveralls. * Clean up tests/django_test.py. * Update Django testing to use the currently supported versions. * Document Python 3 version requirement. * Generate classname from test data * readme - with tests! * Add more quality checks to tox config. * fix some more code smells. * remove some of the code smells. * Remove pinned version for coverage. * fix badges.- specfile: * tar ball doesn't include test files, comment out sed command during %setup - update to version 1.13.0: * Fix 'getvalue' AttributeError when test fails during __call__ * Add a test case for error added during __call__() * Move to Travis container-based infrastructure * respect junit xsd, empty properties (issue #90) * respect junit xsd (issue #90) * snippet should use python highlighter * add test for failfast * Fix Readme and add doctest examples. * Add docstrings processing example to README * fix coverage bug with 4.0 * Fix crashes for on-ascii failures * Bring Django versions current in tox.ini * add failfast support * Fix for issue #85- update to version 1.12.0: * add xmlrunner.extra to packages. * try to fix #79 by compiling the regex differently * fix issue #77 by adding an addSubTest method to result * make test for issue #77 more thorough * issue #77: add tests for unittest.TestCase.subTest- specfile: updated src location for sed command in specfile - update to version 1.11.0: * typo: XMLContextBuilder -> TestXMLBuilder * flake8 * fix django tests, use sets for comparison of test ids * Add a test for invalid xml documents which were created in case of outputting to a single file. * Update tox.ini - Use up-to-date django versions. * Create a valid XML in case of writing the output to a single file. * refactor tox.ini * tests: do not import stuff since it gets discovered! * try to fix tests (non-deterministic?) * some minor pylint fixes * fix tests for django-lts * add django to tox.ini * django testcases * move files around (simplify project structure) * outsuffix='' means no suffix. * Since we already depend on six .... * Although cStringIO is faster it does not handle unicode- specfile: * update copyright year * add six as a requirement * license changes to BSD-3-Clause * no license file or readme file anymore in tar-ball - update to version 1.10.0 (taken from git log): * add builder from rewrite branch * factor out unittest/unittest2 imports * fix for broken tests on python3 * fix issue #74 * change example so that using --help does not show broken options (issue #59) * hide unnecessary options from main() (see issue #59) * fix the tests to be more specific (see issue #59) * Fix test runner output buffering. * open version file with codecs.open (see pull request #61) - changes from version 1.9.4: * tox cleanup * python 2.6 EOL notice. * bdist_wheel universal support * Handle invalid XML 1.0 characters (see also pull request #38) * Deal with Python2/3 differences - always dump bytes into output * fixes for to_unicode * add non-ascii tests - improve to_unicode function - changes from version 1.9.3: * MOAR badges. * add license badge :+1: * add requires.io badge for requirements. * add landscape.io badge * add test for elapsed_times * add test for patched stdout/stderr * add test for subdirectory * add test for output=stream * add test for junit xml properties * separate cdata section test * add test for cdata section * test for outsuffix * add tests to cover different verbosity levels * add tests for expected failures / unexpected success * exclude skipped line from coverage - remove __main__ since unnecessary * update references to repo * add commands for tox * let travis use tox for testing * add tox + coverage * add xmlrunner as a keyword * split into modules - changes from version 1.9.2: * readme changes - changes from version 1.9.1: * [trivial] whitespace * added future compatibilty with django * require six>=1.4.0 - changes from version 1.9.0: * support junit testsuite properties. * was confused about install_requires vs. tests_require * slightly better test. * remove boilerplate from djangotestrunner.py * fix issue #34 after regression in commit 31a49f456af2c39937a9d363d36237f691c89aa9. - changes from version 1.8.0: * Re-license under BSD ... * On missing attributes, also search for it on the delegated stream. * for python < 2.7 use unittest2. * some basic check that XMLTestRunner is working * fix issue #23, check filename using six.string_types. * Fix unicode properly * add six (python 2 to 3 compat) to requirements * allow specific encoding for xml report * Follow up from 668ad96a0faa687da2ccd0dcdce4c62cbdc07140 for individual output. * Store stdout/stderr on a class/output file basis rather than the stdout/stderr from the entire test suite execution. * Add support for the failfast option * Correct support for ]]> in string passed to CDATA (github #48) * This fixes an issue (#45) that causes a UnicodeDecodeError when installing on Debian and Python 3.3. This patch is released under the GNU LGPL v3. * typo and bug-fixing * Add Travis-CI badge (pull request #54) * Add Travis-CI config file * Removed reference to a specific Django version. * Removed references to EasyInstall on README. * Used `pip' instead of `easy_install' on snippet. * Updated requirements to Python 2.7+. * Updated example to a Python3-compatible one. - changes from version 1.7.0: * Element name and type attribute switched. * Add the test info wrapper object to the list. * Fix `NameError`'s * Fix attribute error. * Make `addFailure` and `addError` unittest2 compatible. * Use `unittest2` if available. * Fix skipped tests expected behaviour. * Include skipped test cases in the generated XML reports * Include skipped expected failures and unexpected successes in console report. * Properly handle skipped tests. - changes from version 1.6.0: * Fix #30. Drop references to TestCase instances. - changes from version 1.5.0: * Add Skip to the results so we can have skipped tests within the same data structure. * PyLint + PEP-8 + Formatting. * Add the needed version module. * Allow runtime version information.- Initial python3 supportlamb70 1489797417 2.1.0-3.1unittest_xml_reporting-2.1.0-py3.4.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txtxmlrunner__init__.py__main__.py__pycache____init__.cpython-34.pyc__main__.cpython-34.pycbuilder.cpython-34.pycresult.cpython-34.pycrunner.cpython-34.pycunittest.cpython-34.pycversion.cpython-34.pycbuilder.pyextra__init__.py__pycache____init__.cpython-34.pycdjangotestrunner.cpython-34.pycdjangotestrunner.pyresult.pyrunner.pyunittest.pyversion.py/usr/lib/python3.4/site-packages//usr/lib/python3.4/site-packages/unittest_xml_reporting-2.1.0-py3.4.egg-info//usr/lib/python3.4/site-packages/xmlrunner//usr/lib/python3.4/site-packages/xmlrunner/__pycache__//usr/lib/python3.4/site-packages/xmlrunner/extra//usr/lib/python3.4/site-packages/xmlrunner/extra/__pycache__/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/35baefc0d79841cbde4424cc7d6589b3-python3-unittest-xml-reportingcpiolzma5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executableempty RRRRRRRRRRRRRRRRRR"`Cy@T?`] crt:bLL' ͯPQ˕u𞫭5$l]?8eW|aLHfa$S,r5ڻ} qKP/7s/l !k-@bS8\ri=ҧǩR>Ax&M1!#>dHs0“y۫ A+ƥΤPh (c%ry }6R䏁"VnL: ۨ=98ĽE>Q[cBt0&+{}n6 X 4snIqM-QjWLaRUQ^Oe*:K-ي 1Dw 9ĹSX^ޕ^h(=~*T}j4ZF[ƿևMt:.xs"BVv6:#F$eA_$"B7MPMă\X3)30 Kz];s;U?2yo2U-b\8r*1NqˋnKnX"WXy s]a#Dy; ":7v_ _(9;udcJʙC|?~#Neq<4H6/J)e);NPʗ%XUv @S*zԵ}*PF'NS650SY0d>_uoAq6ȋڣܽ׼X 4WjUwT)y޿(-_& xa4/rT*:m0 Z՞ҾDVɄCݷKkDRix؏˥WQ3bI^7SOp q׌QrpVo¶I -:wc;>V}UlD9hEbRCDQ*!@ ǮU =:_y~--~>զDnllΐ *gS!xߺr&uWX@ -}]o#x–R= RӤ Js=" 6;_x)&ЋAҪ7 ˂\lĕ2U`POqtDپR0vѭ*Owk`OfYN #>:d&ig䁄#HR}>iJFJ~ U{fl\8 8F\ 9DCim0f8`2|]x,vQ7a Sݟ"+?0|c0DަSY/g[ɸ]ѴxƣWt>!rpW $K5`a? H4Ok2=ŷe5>C[D%_^S=y$FQGfbsJ bHmYg9Ay|M!|.i\FkM} Yxf*ZH8giuљSbCAf#|uPc%1ə,|}'8 UG3u aN%6l?ߐP}4׏=P 2)I4F JQht"YjUd]ƒ rPR=-mKLp5%18l|,k -"DbN;Mo揇ś "Q?gd[%dB6S?[Eb #< "@BMHȄ#ߋJ) 1p#;3/Ѹ5U AL,&>F 9XR1A|T9GΜ [¹[j/éUalC1YG(׭x`hl_…`Cy0e?>Pǣ3qtf`. hʃnW8!j˒ >:{5d Xmϊ nѪT86a&>H!i{ɔJ>bCn_+z׳֎Ǎ]3'^y&!E^R#'W^j̟t!mp[~ qHBmN J˦h;I/ nRdƌ C{$cˤ3bo)eC_10h.. yoUR=^ xZRzorMd~҅0-P){p'zO:}|NhMTs/>խpBEkA%qƌeXeeY~~P}L 4fۨltbf203~ xZ9˙>l$e*yCp{gt GWrJUF/&h:pmD舓虳"f9Aa74.+ z[oYvľ c&X/+VP0=дWkە y8s UV\ ̓UHۋWlj7 #vںt ED71YHF&O.zn22Qf}4" NH.kكCL`K[|^V[b2gM^GJ"x_ڟl!RIf~'qx14Il0s]ШGj؟eD _=I `3`I[zC/|Uvq D `DZg"D6w2eÐ+z7Rk Qhi8 ڔ4R4meʮ@kx ܎ˑbdyG["\pJub|棱-`]\,r{5*1(Ot:_N~N]˥ym{nHɓ5'}")w̤|GoT 6.rYЌ>]i ^WʈOq^bO1Z# KP$FCy3N$K~.ajXMdߢƌY)yN5Rԗg= RGq}1=Y|zIh>٠ggC>wgDOYH\? _UcN'&!EWXΫta88EX@ư /-< wx<'ݪ[/*O==}i*e-?.F`p_ŇLQ ́44<=fQh|v_J(d_Kۄ׆/Cʚ=~|۽mB=z&*r#C3ʣSP9c;i >popP޷bZ?aJ ROF 9u%\e_H=wAR no`|&趙baPY ? J剀_Qt67xrU}rk}oXM oЊב_pMVR"M$ba}:j!|) Hԟ"`$Yo^g4}w 7ot$7E]lx2uܮP%݈ąu=Lc` %LT:̻Wj4KW @ ۭ_:CbA!HD~&kh3] h% @^ÊH|QةE3Nhwb'mGm N,A{yz F!/ uu%$Q ޞXasҶ@/◫nd[E)S\x*%hF|bRv"@ZP0m2+S#ZTЙUڲT9sv:C45G o]UDCvnQTfE FvX& *k/hpf=֢x3fuGH5]SxʹҕI7` t%oʼCfin`8/ϭˠ2Aq~}CfPAp6541#y \&,eMf"c= x?ҲP|i;Urx'`;і&zJDh޽ 陱l!1ڏ)Uձcq_5(>@ztˤX@ކB!B[MFx{\lj< qVe5Ǎ lt3 Is;6L 4t$DvťpKB0[$+{)30Zԓ?`xbQ3]@B t\ѯ 4ZZ#FਓEo B %lX0E$2ڿ?W{m&mMKG'O^q6?7!QVW1`*ra&'6Mŀ$X\UʯעHOOAPGCH B_i3 yrdq]@hg2nҗP_WbI5~ޑ>w{G ̚Q?( ix"#5i[sRqf41g[,$+EEqXH5͑S{p@K\ -?b+}N֞ywBn :\'SP#RuhGê٠cG/Wzډj~yjZYOxV1*s3%m:mBf!ɩ!KE1ʟOH/XT{Cr>7R7:  %IU~@?RFLxO^SO1+T-uGOEy 7Zs /}hcAf4;! 9-ڞ7InvSA,KQRoCqC AH| IjǢVm)VW|h0ܢ4IpRZ1F>8P%E֎qwt0[_v6g:vY{2k:Dx7k'Eݤ3DVʹw.FjcZq66X#bvʓ:3O ܜ,sAZ-X+|6&f(KVjG'u6,;~݅+xHt9ث*M1ah"/M{ to ¶KgT8U9:4|j&~~H=MTc0Xj僑VU98ϐXOɄglvXcJ~QR,bTXwͣ/iH p;Ր^i{gR R|}f.F,,֯,8H o1u5*|DuH^ n2BQ-Կ{Zfm1OAy*p7WS:^0[hi 9MX֠ 6-~mB'[DGD.~e wsbTRL]J]F^tDIqu{7Z g` Gn0*@Ǥ1_ z}e6C"憿+Ȫ"9 Z$.4 ?iƶJA jt KJSf8WJyKBm`:e3Y/ǗA $I^@ F*R/ )qUGMxpצxAn;8&*g]蟽Kc;l7D~تmպۦy $$GeFdZzGj8/ 3;3izrŦRBFh=xbi xTL\Q޶U~|7Gʙ3Xs #pؙ tߓU |8 _@e/Hc+v.nFq gx=)J dEZi?B@"IQk9< V=U.SBd s<+8pMWl":!j&Eq2j2+.{=ThB;K|c9eXkUSD0Q\( '\<so4p]RAIiԍ9CEԓ[$ /&T߳NgЫ2A4t[bH/NTG1+ ծB;&*jțsFó=_ LuQ[S(l8%}Xs,oFjzΰ\NUIk&/ ЉGLY5a LUɡnGA?ʛ*r)DWZR{j(6P8AtE鑠uEŧ 2<3 a|G1[fTQ4?٣P3hl7,UV^Y08̧SR NAﱟfbM苍QFHkRZ{$x+KH)7 $9ݲ] u+BO넂,Q;*>o*G4ُh &B4-:a t$S@ŷ?J0 f{Mm YaSFmGpbӆ*+bƈy_A:9л18EΠsj 9 PS0m_]Cgp`=J+ wk/UB9v$A4 %$x?b?ɔ<7: Y-v V(iW =ʥ-nɂbs%Ÿ5q~VG,A':H<fOW1͆@ \U܋\AF[ |QVL9t!Z~x  (aq+&;2 \#̌R%}ŒNiOl#˱XC8喴v\<åtD3ݒ*|PD,N&[u1Cg{_6kKø'O0.-~g ce e,— &jQ׊|gO_n$cUTCAT-g**Xcx(ox-I hb|:=4p8E= O~:XAV<{ )Dށ #rέJU[CЧ^ A!(eL.lPhUi{e'$>DY@xLhYp!}3= aM 4(#>^vRSH63GҭSPws h >ݖӖT^:&etƒ̅coU7bƱ0|cas9{#\rDZŮ25t72\D~@8 P d4ͣ]QQm(t&n%En^;<,B?ӋAz;dOty(/ E.7'.TIGClC&1] ^tY;gu:vGR{']f" Y'ԩMRx4t1o\oQ ʐ]F:KcYkT||T⤢r%88LU^dxjpTʸa8Aƽ xfCy=Em]ZsΒP'AWO}h S6~^i{:HhZd|&"G΂2 fo^RGWWf3pخqlPbIz3f9Kn'v&9K3[k*Eݍn8?CTO>\;0`͙ڐ¬Xe\ga\JFRazuwcw:ȫW&Llٰw=±C{>y$TY/Wtlj\ߠJ/sb;GbT3- Kh>^6mm]&k>G(06|Os8G^$4Eb%W ޥZ6 1}Gwꇿ7]'۾>\GBFUjk6Chp/=9<~10/,ƏEaӮ"1iע.s'cNd|u Սʾa#p"PB!svR5;U늏Leb|ad[ŵΒ XE9׳GE)GlJaU1֠D[_TP1イ% ܟVlL@KS#Pہ\PAߧދ!IkuLҥ/ouʟϗJx/Dm,3u1=SB,wejx;u#5ʀv*ܫtlY3t$U+-T A%{U I]K.$k1+|wхrו;HNZ2#K88A}܋1f94c\墔WƎm)D-)?w9/ {D*ʑ/-w&04A5)=sFIxӔCsN(l917hZD^_Ȃ&KЮa%Vt$'KQ8:} =+JO7n=w @`c 8_EIJeas4v!L{Y(i)hq Niֶ0?O̙MLvť 81 FDMܘ#1l@]W :gsAuRte}vəW\zEǡyBj 8e%;%=X{qe0΁=iebc ģ颹>>{ӻsv +L[+ ˘VdY:i6 Cr? ɜxtY/ o U~ hkg*6@x^Gcx /z†YFTX:tRis g5cDQ2Uc 1Xu]ee>d0u24a7Kz^Vv rٓd"$if_JE6I*T( ۃ2VȉLA1HZ_O+ܞ1}Ղ!a9J^`5Iұ4l=< w0'gFn,RP˔E]l |##呞pKl+u>73PIdI|{艍6*uwJ kCLc9[n+M9khG(FC&82!؀=Pq.`$WW*1)N *rRRbVk:#|@|pXɭ:v| 8o!Q MMpM:U=+ ٌ˻ooA!c=*ӧnpY,9RVcB?.ېʠn) ΛUEx*Bl~{B]yB9G9u uuRjyL_(S|f)9f B2$:ݷ܂tNɡٌfrL<܁ y5us^,gY]7Ba_$P_o>sg.`9=M*+cp*3Y`_(T0̩ZޮytK_})g[EOSP|frDySg;#Maࢧ= Թ&UdlUV]; S;j6 Daڶ9hǃjE_lØ,b!`^.8\!L-e}|ji=7}k\@UR>ƒ^^U4Tt=­@>A}k]kx}\;ܽ$e,IXr?_),z7;2^0Ȳ&C*?O[t=<+ͳ4h֤.l;_mZ~Yo_ L#(˘fB~-rKlh L]!3Qs.~mC8gU+MT]-=:,Ks7wj3f E4)L S~yϠޤ,A.%Q.\aȚYCﱹQR8a\:\;RNzHЬߊ$b8 B]S!9xo'Yr!4MP NoĪOco25lD2EnFL|xIbرn.SFh%R䯍1qn;>q AlR)ȶ%n+٣ԔN ?2sV):Mm *b †D`8k]ckŲse-$s ;s9ɽWJ-G A8 1vMǞ/ o#b7gOԫj߾OWhz u⺻< +:BrPjE̅:^s <^((ns 8$@> b Q흗QKxA MSKu"7WZC?[\3gCl}4 ќI99:_-o|`=z"d8mvY?gZž.P+ IpBe_k(A^:zkm~.oLj~va<,e3k"0?G`"[k}[I|aA$xߔ0S if4ۑ;o*OQc"vfivdre-ͺ+ 7Jףb{N¼5V!0lοrBr n3/e'@aV ?@Rz: "tǸz>mY1^?_P1nUA0b+NyPTb >6^t~y &siG7 &ƧzK"]Hù(5UP*:C>|#ЭiUEg6{ܜ}~A50tDa8 J&ßn+su4;E\Aw7va~%>)x9sQD#nDy$-ѢpbХX\FL% ͆&:J9*re+')[IQBި՚!ذ1dU4 KJawSo9 s`+4hH?goC_F;.I}ొ@M"WmEsOG@[N}qswT iz`$UU\9(s!/ƈ u\xܐB@6Mӡ6p(s.ӞQ%T}aD'lvg)+y;Őet>l$[X{~^r%4ВvZl~=y7kjQG{z{nkRnIq6LUE RKi,07Ly,d14 ߕ̥ `C`"C5b>Ow]u`3gz #NBm0dgCK:R꨷GhRDE| 1(orqWqZ\f4ʺ"i%sg/{8(6RD4Fۦi7l+A1^v/G+{+l9 u'(bw7q"SnAVOr`N9ͥLz5$#^&dH7B`?DMؚ`-##oWzwpyL{^b|}CƲ#P)@G['tQ_z.zwe?.z*.t{Fj+^Ҡ]M- \!bN83s$rC y.\WP_W=^T|XLy (nbCm86u sɽ .<ӕl4yB%|k>T3"whM@d Ԥ!cL?6<bX2*<j}_f[.~FJ6r3K}3CSHv#K4 -x1+@W9(e7kz^Q"O lM˪D O8U"F vX aOϊ XԌϯgUPcy;68is~GOP(Xy'M#8m'#3eےxwCL U|GA1p:5fw#^ ep"S4A=H*_J:Z;5U\3LW