Navigation Menu

Skip to content

Commit

Permalink
Update mozbase to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Aug 27, 2012
1 parent 302cd69 commit 05803cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mozbase
Submodule mozbase updated 69 files
+19 −1 README
+9 −10 manifestdestiny/README.md
+53 −41 manifestdestiny/manifestparser/manifestparser.py
+8 −15 manifestdestiny/setup.py
+4 −0 manifestdestiny/tests/manifest.ini
+0 −81 manifestdestiny/tests/test.py
+68 −0 manifestdestiny/tests/test_expressionparser.py
+0 −118 manifestdestiny/tests/test_expressionparser.txt
+219 −0 manifestdestiny/tests/test_manifestparser.py
+0 −217 manifestdestiny/tests/test_manifestparser.txt
+34 −0 manifestdestiny/tests/test_testmanifest.py
+0 −32 manifestdestiny/tests/test_testmanifest.txt
+3 −0 mozdevice/mozdevice/__init__.py
+80 −0 mozdevice/mozdevice/b2gemulator.py
+40 −36 mozdevice/mozdevice/devicemanager.py
+54 −24 mozdevice/mozdevice/devicemanagerADB.py
+56 −95 mozdevice/mozdevice/devicemanagerSUT.py
+294 −0 mozdevice/mozdevice/emulator.py
+52 −0 mozdevice/mozdevice/emulator_battery.py
+8 −6 mozdevice/setup.py
+15 −0 mozdevice/sut_tests/README.md
+52 −0 mozdevice/sut_tests/dmunit.py
+85 −0 mozdevice/sut_tests/genfiles.py
+85 −0 mozdevice/sut_tests/runtests.py
+177 −0 mozdevice/sut_tests/test-files/mytext.txt
+1 −0 mozdevice/sut_tests/test-files/smalltext.txt
+27 −0 mozdevice/sut_tests/test_cat2.py
+56 −0 mozdevice/sut_tests/test_datachannel.py
+54 −0 mozdevice/sut_tests/test_getdir.py
+25 −0 mozdevice/sut_tests/test_info.py
+31 −0 mozdevice/sut_tests/test_isdir.py
+30 −0 mozdevice/sut_tests/test_prompt.py
+28 −0 mozdevice/sut_tests/test_ps.py
+33 −0 mozdevice/sut_tests/test_pull.py
+40 −0 mozdevice/sut_tests/test_push1.py
+39 −0 mozdevice/sut_tests/test_push2.py
+20 −0 mozdevice/sut_tests/test_pushbinary.py
+20 −0 mozdevice/sut_tests/test_pushsmalltext.py
+60 −0 mozdevice/sut_tests/test_unzip.py
+4 −4 mozhttpd/setup.py
+5 −5 mozinfo/setup.py
+4 −4 mozinstall/setup.py
+5 −5 mozlog/setup.py
+18 −8 mozprocess/README.md
+47 −23 mozprocess/mozprocess/processhandler.py
+5 −5 mozprocess/setup.py
+16 −13 mozprocess/tests/mozprocess1.py
+37 −15 mozprocess/tests/mozprocess2.py
+6 −3 mozprofile/mozprofile/addons.py
+19 −19 mozprofile/mozprofile/permissions.py
+1 −1 mozprofile/mozprofile/profile.py
+4 −4 mozprofile/setup.py
+5 −4 mozprofile/tests/permissions.py
+5 −2 mozprofile/tests/server_locations.py
+21 −16 mozrunner/mozrunner/runner.py
+6 −6 mozrunner/setup.py
+16 −0 moztest/README.md
+0 −0 moztest/moztest/__init__.py
+0 −0 moztest/moztest/output/__init__.py
+70 −0 moztest/moztest/output/autolog.py
+38 −0 moztest/moztest/output/base.py
+93 −0 moztest/moztest/output/xunit.py
+282 −0 moztest/moztest/results.py
+39 −0 moztest/setup.py
+1 −0 moztest/tests/manifest.ini
+55 −0 moztest/tests/test.py
+2 −0 test-manifest.ini
+5 −3 test.py
+5 −3 versionbump.py

0 comments on commit 05803cb

Please sign in to comment.